Qt for Non-touch screen display
-
Hi,
I am new to Qt and I would like to know how to configure it for non-touch screen display. If anybody has some example project, please help me out.
Thanks.
Mani -
Hi,
I am new to Qt and I would like to know how to configure it for non-touch screen display. If anybody has some example project, please help me out.
Thanks.
Mani@Manikandan.c
there is nothing to configure for non-touch screens.... just start coding ;) -
@Manikandan.c
there is nothing to configure for non-touch screens.... just start coding ;)@raven-worx how do we interact with the UI (by means of mouse click events / key board). if you have any example it would be better.
-
@raven-worx how do we interact with the UI (by means of mouse click events / key board). if you have any example it would be better.
@Manikandan.c
Hi
You can move the focus with TAB key
Often u can activate a control using space or enter.
there is also alt+Key (f) to open a QMenu. -
Just look here http://doc.qt.io/qt-5/qtexamplesandtutorials.html
-
@Manikandan-c
Qt setup itself having no. of example.Just open qt-creator->examples.
You will find out no. of example, run and see their output.
-
@Manikandan-c
Qt setup itself having no. of example.Just open qt-creator->examples.
You will find out no. of example, run and see their output.
@Vicky-Sharma Thanks all.