Qt Sensors - C++ Sensor Gestures Example▲
Sélectionnez
&
lt;?xml version=
"1.0"
encoding=
"UTF-8"
?&
gt;
&
lt;ui version=
"4.0"
&
gt;
&
lt;class
&
gt;MainWindow&
lt;/
class
&
gt;
&
lt;widget class
=
"QMainWindow"
name=
"MainWindow"
&
gt;
&
lt;property name=
"geometry"
&
gt;
&
lt;rect&
gt;
&
lt;x&
gt;0
&
lt;/
x&
gt;
&
lt;y&
gt;0
&
lt;/
y&
gt;
&
lt;width&
gt;423
&
lt;/
width&
gt;
&
lt;height&
gt;474
&
lt;/
height&
gt;
&
lt;/
rect&
gt;
&
lt;/
property&
gt;
&
lt;property name=
"windowTitle"
&
gt;
&
lt;string&
gt;MainWindow&
lt;/
string&
gt;
&
lt;/
property&
gt;
&
lt;widget class
=
"QWidget"
name=
"centralWidget"
&
gt;
&
lt;layout class
=
"QGridLayout"
name=
"gridLayout"
&
gt;
&
lt;item row=
"0"
column=
"0"
colspan=
"2"
&
gt;
&
lt;widget class
=
"QTreeWidget"
name=
"treeWidget"
&
gt;
&
lt;column&
gt;
&
lt;property name=
"text"
&
gt;
&
lt;string&
gt;Gesture Recognizer Id&
lt;/
string&
gt;
&
lt;/
property&
gt;
&
lt;/
column&
gt;
&
lt;/
widget&
gt;
&
lt;/
item&
gt;
&
lt;item row=
"1"
column=
"0"
&
gt;
&
lt;widget class
=
"QPushButton"
name=
"startPushButton"
&
gt;
&
lt;property name=
"text"
&
gt;
&
lt;string&
gt;Start&
lt;/
string&
gt;
&
lt;/
property&
gt;
&
lt;/
widget&
gt;
&
lt;/
item&
gt;
&
lt;item row=
"1"
column=
"1"
&
gt;
&
lt;widget class
=
"QPushButton"
name=
"stopPushButton"
&
gt;
&
lt;property name=
"text"
&
gt;
&
lt;string&
gt;Stop&
lt;/
string&
gt;
&
lt;/
property&
gt;
&
lt;/
widget&
gt;
&
lt;/
item&
gt;
&
lt;item row=
"2"
column=
"0"
colspan=
"2"
&
gt;
&
lt;widget class
=
"QTextEdit"
name=
"textEdit"
&
gt;
&
lt;property name=
"html"
&
gt;
&
lt;string&
gt;&
amp;lt;!
DOCTYPE HTML PUBLIC &
amp;quot;-
//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
&
amp;lt;html&
amp;gt;&
amp;lt;head&
amp;gt;&
amp;lt;meta name=&
amp;quot;qrichtext&
amp;quot; content=&
amp;quot;1
&
amp;quot; /&
amp;gt;&
amp;lt;style type=&
amp;quot;text/
css&
amp;quot;&
amp;gt;
p, li {
white-
space: pre-
wrap; }
&
amp;lt;/
style&
amp;gt;&
amp;lt;/
head&
amp;gt;&
amp;lt;body style=&
amp;quot; font-
family:'Lucida Grande'; font-
size:13
pt; font-
weight:400
; font-
style:normal;&
amp;quot;&
amp;gt;
&
amp;lt;p style=&
amp;quot;-
qt-
paragraph-
type:empty; margin-
top:0
px; margin-
bottom:0
px; margin-
left:0
px; margin-
right:0
px; -
qt-
block-
indent:0
; text-
indent:0
px; font-
family:'Sans Serif'; font-
size:9
pt;&
amp;quot;&
amp;gt;&
amp;lt;/
p&
amp;gt;&
amp;lt;/
body&
amp;gt;&
amp;lt;/
html&
amp;gt;&
lt;/
string&
gt;
&
lt;/
property&
gt;
&
lt;/
widget&
gt;
&
lt;/
item&
gt;
&
lt;item row=
"3"
column=
"0"
&
gt;
&
lt;widget class
=
"QPushButton"
name=
"pushButton"
&
gt;
&
lt;property name=
"text"
&
gt;
&
lt;string&
gt;Clear&
lt;/
string&
gt;
&
lt;/
property&
gt;
&
lt;/
widget&
gt;
&
lt;/
item&
gt;
&
lt;/
layout&
gt;
&
lt;/
widget&
gt;
&
lt;widget class
=
"QMenuBar"
name=
"menuBar"
&
gt;
&
lt;property name=
"geometry"
&
gt;
&
lt;rect&
gt;
&
lt;x&
gt;0
&
lt;/
x&
gt;
&
lt;y&
gt;0
&
lt;/
y&
gt;
&
lt;width&
gt;423
&
lt;/
width&
gt;
&
lt;height&
gt;22
&
lt;/
height&
gt;
&
lt;/
rect&
gt;
&
lt;/
property&
gt;
&
lt;/
widget&
gt;
&
lt;widget class
=
"QToolBar"
name=
"mainToolBar"
&
gt;
&
lt;attribute name=
"toolBarArea"
&
gt;
&
lt;enum
&
gt;TopToolBarArea&
lt;/
enum
&
gt;
&
lt;/
attribute&
gt;
&
lt;attribute name=
"toolBarBreak"
&
gt;
&
lt;bool
&
gt;false
&
lt;/
bool
&
gt;
&
lt;/
attribute&
gt;
&
lt;/
widget&
gt;
&
lt;widget class
=
"QStatusBar"
name=
"statusBar"
/&
gt;
&
lt;/
widget&
gt;
&
lt;layoutdefault spacing=
"6"
margin=
"11"
/&
gt;
&
lt;resources/&
gt;
&
lt;connections/&
gt;
&
lt;/
ui&
gt;