]> Shamusworld >> Repos - architektonas/blob - src/forms/mousewidget.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / mousewidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MouseWidget</class>
4  <widget class="QWidget" name="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="margin">
36     <number>0</number>
37    </property>
38    <property name="spacing">
39     <number>5</number>
40    </property>
41    <item row="0" column="2">
42     <widget class="QLabel" name="lRightButton">
43      <property name="sizePolicy">
44       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
45        <horstretch>0</horstretch>
46        <verstretch>0</verstretch>
47       </sizepolicy>
48      </property>
49      <property name="minimumSize">
50       <size>
51        <width>0</width>
52        <height>28</height>
53       </size>
54      </property>
55      <property name="maximumSize">
56       <size>
57        <width>32767</width>
58        <height>28</height>
59       </size>
60      </property>
61      <property name="font">
62       <font>
63        <family>Helvetica</family>
64       </font>
65      </property>
66      <property name="text">
67       <string>Right</string>
68      </property>
69      <property name="alignment">
70       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
71      </property>
72      <property name="wordWrap">
73       <bool>false</bool>
74      </property>
75     </widget>
76    </item>
77    <item row="0" column="0">
78     <widget class="QLabel" name="lLeftButton">
79      <property name="sizePolicy">
80       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
81        <horstretch>0</horstretch>
82        <verstretch>0</verstretch>
83       </sizepolicy>
84      </property>
85      <property name="minimumSize">
86       <size>
87        <width>0</width>
88        <height>27</height>
89       </size>
90      </property>
91      <property name="maximumSize">
92       <size>
93        <width>32767</width>
94        <height>28</height>
95       </size>
96      </property>
97      <property name="font">
98       <font>
99        <family>Helvetica</family>
100       </font>
101      </property>
102      <property name="frameShape">
103       <enum>QFrame::NoFrame</enum>
104      </property>
105      <property name="frameShadow">
106       <enum>QFrame::Plain</enum>
107      </property>
108      <property name="text">
109       <string>Left</string>
110      </property>
111      <property name="alignment">
112       <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
113      </property>
114      <property name="wordWrap">
115       <bool>false</bool>
116      </property>
117     </widget>
118    </item>
119    <item row="0" column="1">
120     <widget class="QLabel" name="lMouse">
121      <property name="sizePolicy">
122       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
123        <horstretch>0</horstretch>
124        <verstretch>0</verstretch>
125       </sizepolicy>
126      </property>
127      <property name="minimumSize">
128       <size>
129        <width>16</width>
130        <height>27</height>
131       </size>
132      </property>
133      <property name="maximumSize">
134       <size>
135        <width>16</width>
136        <height>27</height>
137       </size>
138      </property>
139      <property name="pixmap">
140       <pixmap resource="res/architektonas.qrc">:/res/mouse.xpm</pixmap>
141      </property>
142      <property name="alignment">
143       <set>Qt::AlignCenter</set>
144      </property>
145      <property name="wordWrap">
146       <bool>false</bool>
147      </property>
148     </widget>
149    </item>
150   </layout>
151  </widget>
152  <layoutdefault spacing="6" margin="11"/>
153  <resources>
154   <include location="res/architektonas.qrc"/>
155  </resources>
156  <connections/>
157 </ui>