]> Shamusworld >> Repos - architektonas/blob - src/forms/selectionwidget.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / selectionwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SelectionWidget</class>
4  <widget class="QWidget" name="SelectionWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>124</width>
10     <height>29</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>100</width>
22     <height>27</height>
23    </size>
24   </property>
25   <property name="maximumSize">
26    <size>
27     <width>160</width>
28     <height>50</height>
29    </size>
30   </property>
31   <property name="windowTitle">
32    <string>Selection</string>
33   </property>
34   <layout class="QVBoxLayout">
35    <property name="spacing">
36     <number>0</number>
37    </property>
38    <property name="margin">
39     <number>0</number>
40    </property>
41    <item>
42     <widget class="QLabel" name="lLabel">
43      <property name="font">
44       <font>
45        <family>Helvetica</family>
46        <pointsize>7</pointsize>
47       </font>
48      </property>
49      <property name="frameShape">
50       <enum>QFrame::NoFrame</enum>
51      </property>
52      <property name="frameShadow">
53       <enum>QFrame::Plain</enum>
54      </property>
55      <property name="text">
56       <string>Selected Entities:</string>
57      </property>
58      <property name="wordWrap">
59       <bool>false</bool>
60      </property>
61     </widget>
62    </item>
63    <item>
64     <widget class="QLabel" name="lEntities">
65      <property name="font">
66       <font>
67        <family>Helvetica</family>
68        <pointsize>7</pointsize>
69       </font>
70      </property>
71      <property name="text">
72       <string>0</string>
73      </property>
74      <property name="wordWrap">
75       <bool>false</bool>
76      </property>
77     </widget>
78    </item>
79   </layout>
80  </widget>
81  <layoutdefault spacing="6" margin="11"/>
82  <resources/>
83  <connections/>
84 </ui>