Home
last modified time | relevance | path

Searched refs:Keytest (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/keypad/
H A Dkeytest.h12 class Keytest; variable
21 class Keytest : public QWidget
26 explicit Keytest(QWidget *parent = 0);
27 ~Keytest();
35 Ui::Keytest *ui;
H A Dkeytest.cpp69 Keytest::Keytest(QWidget *parent) : in Keytest() function in Keytest
71 ui(new Ui::Keytest) in Keytest()
100 Keytest::~Keytest() in ~Keytest()
107 void Keytest::keyEvent() in keyEvent()
152 void Keytest::paintEvent(QPaintEvent*) in paintEvent()
H A Dmain.cpp7 Keytest w; in main()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/
H A Dkeytest.h12 class Keytest; variable
20 class Keytest : public QWidget
25 explicit Keytest(QWidget *parent = 0);
26 ~Keytest();
34 Ui::Keytest *ui;
H A Dkeytest.cpp69 Keytest::Keytest(QWidget *parent) : in Keytest() function in Keytest
71 ui(new Ui::Keytest) in Keytest()
100 Keytest::~Keytest() in ~Keytest()
107 void Keytest::keyEvent() in keyEvent()
149 void Keytest::paintEvent(QPaintEvent*) in paintEvent()
H A Dmain.cpp7 Keytest w; in main()