1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_MouseWidget</class>
4 <widget class="QWidget" name="QG_MouseWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>318</width>
10    <height>28</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>300</width>
22    <height>28</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>500</width>
28    <height>50</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Mouse</string>
33  </property>
34  <layout class="QGridLayout">
35   <property name="leftMargin">
36    <number>0</number>
37   </property>
38   <property name="topMargin">
39    <number>0</number>
40   </property>
41   <property name="rightMargin">
42    <number>0</number>
43   </property>
44   <property name="bottomMargin">
45    <number>0</number>
46   </property>
47   <property name="spacing">
48    <number>5</number>
49   </property>
50   <item row="0" column="2">
51    <widget class="QLabel" name="lRightButton">
52     <property name="sizePolicy">
53      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
54       <horstretch>0</horstretch>
55       <verstretch>0</verstretch>
56      </sizepolicy>
57     </property>
58     <property name="minimumSize">
59      <size>
60       <width>0</width>
61       <height>28</height>
62      </size>
63     </property>
64     <property name="maximumSize">
65      <size>
66       <width>32767</width>
67       <height>28</height>
68      </size>
69     </property>
70     <property name="text">
71      <string>Right</string>
72     </property>
73     <property name="alignment">
74      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
75     </property>
76     <property name="wordWrap">
77      <bool>false</bool>
78     </property>
79    </widget>
80   </item>
81   <item row="0" column="0">
82    <widget class="QLabel" name="lLeftButton">
83     <property name="sizePolicy">
84      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
85       <horstretch>0</horstretch>
86       <verstretch>0</verstretch>
87      </sizepolicy>
88     </property>
89     <property name="minimumSize">
90      <size>
91       <width>0</width>
92       <height>27</height>
93      </size>
94     </property>
95     <property name="maximumSize">
96      <size>
97       <width>32767</width>
98       <height>28</height>
99      </size>
100     </property>
101     <property name="frameShape">
102      <enum>QFrame::NoFrame</enum>
103     </property>
104     <property name="frameShadow">
105      <enum>QFrame::Plain</enum>
106     </property>
107     <property name="text">
108      <string>Left</string>
109     </property>
110     <property name="alignment">
111      <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
112     </property>
113     <property name="wordWrap">
114      <bool>false</bool>
115     </property>
116    </widget>
117   </item>
118   <item row="0" column="1">
119    <widget class="QLabel" name="lMousePixmap">
120     <property name="enabled">
121      <bool>true</bool>
122     </property>
123     <property name="sizePolicy">
124      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
125       <horstretch>0</horstretch>
126       <verstretch>0</verstretch>
127      </sizepolicy>
128     </property>
129     <property name="toolTip">
130      <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
131&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
132p, li { white-space: pre-wrap; }
133&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
134&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Helvetica'; font-size:9pt;&quot;&gt;Hint about left/right mouse button actions&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
135     </property>
136     <property name="text">
137      <string/>
138     </property>
139    </widget>
140   </item>
141  </layout>
142 </widget>
143 <layoutdefault spacing="6" margin="11"/>
144 <resources/>
145 <connections/>
146</ui>
147