]> Shamusworld >> Repos - architektonas/blob - src/forms/dlgattributes.ui
Initial import
[architektonas] / src / forms / dlgattributes.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DlgAttributes</class>
4  <widget class="QDialog" name="DlgAttributes">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>300</width>
10     <height>192</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>300</width>
22     <height>190</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Attributes</string>
27   </property>
28   <layout class="QVBoxLayout">
29    <item>
30     <layout class="QHBoxLayout">
31      <item>
32       <layout class="QVBoxLayout">
33        <item>
34         <layout class="QHBoxLayout">
35          <item>
36           <widget class="QLabel" name="lLayer">
37            <property name="sizePolicy">
38             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
39              <horstretch>0</horstretch>
40              <verstretch>0</verstretch>
41             </sizepolicy>
42            </property>
43            <property name="text">
44             <string>Layer:</string>
45            </property>
46            <property name="wordWrap">
47             <bool>false</bool>
48            </property>
49           </widget>
50          </item>
51          <item>
52           <widget class="QG_LayerBox" name="cbLayer" native="true"/>
53          </item>
54         </layout>
55        </item>
56        <item>
57         <widget class="WidgetPen" name="wPen" native="true">
58          <property name="sizePolicy">
59           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
60            <horstretch>0</horstretch>
61            <verstretch>0</verstretch>
62           </sizepolicy>
63          </property>
64         </widget>
65        </item>
66       </layout>
67      </item>
68     </layout>
69    </item>
70    <item>
71     <layout class="QHBoxLayout">
72      <item>
73       <spacer name="spacer">
74        <property name="orientation">
75         <enum>Qt::Horizontal</enum>
76        </property>
77        <property name="sizeType">
78         <enum>QSizePolicy::Expanding</enum>
79        </property>
80        <property name="sizeHint" stdset="0">
81         <size>
82          <width>40</width>
83          <height>20</height>
84         </size>
85        </property>
86       </spacer>
87      </item>
88      <item>
89       <widget class="QPushButton" name="bOk">
90        <property name="text">
91         <string>&amp;OK</string>
92        </property>
93        <property name="shortcut">
94         <string>Alt+O</string>
95        </property>
96        <property name="default">
97         <bool>true</bool>
98        </property>
99       </widget>
100      </item>
101      <item>
102       <widget class="QPushButton" name="bCancel">
103        <property name="text">
104         <string>Cancel</string>
105        </property>
106        <property name="shortcut">
107         <string>Esc</string>
108        </property>
109       </widget>
110      </item>
111     </layout>
112    </item>
113   </layout>
114  </widget>
115  <layoutdefault spacing="6" margin="11"/>
116  <customwidgets>
117   <customwidget>
118    <class>WidgetPen</class>
119    <extends>QWidget</extends>
120    <header>widgetpen.h</header>
121   </customwidget>
122   <customwidget>
123    <class>QG_LayerBox</class>
124    <extends>QWidget</extends>
125    <header>qg_layerbox.h</header>
126   </customwidget>
127  </customwidgets>
128  <resources/>
129  <connections>
130   <connection>
131    <sender>bOk</sender>
132    <signal>clicked()</signal>
133    <receiver>DlgAttributes</receiver>
134    <slot>accept()</slot>
135    <hints>
136     <hint type="sourcelabel">
137      <x>20</x>
138      <y>20</y>
139     </hint>
140     <hint type="destinationlabel">
141      <x>20</x>
142      <y>20</y>
143     </hint>
144    </hints>
145   </connection>
146   <connection>
147    <sender>bCancel</sender>
148    <signal>clicked()</signal>
149    <receiver>DlgAttributes</receiver>
150    <slot>reject()</slot>
151    <hints>
152     <hint type="sourcelabel">
153      <x>20</x>
154      <y>20</y>
155     </hint>
156     <hint type="destinationlabel">
157      <x>20</x>
158      <y>20</y>
159     </hint>
160    </hints>
161   </connection>
162  </connections>
163 </ui>