e8efdc2cf1c695f1febfce5f0e655a0d305fbba7
[easylist] / src / listwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <ui version="4.0">\r
3  <class>ListWindow</class>\r
4  <widget class="QMainWindow" name="ListWindow">\r
5   <property name="geometry">\r
6    <rect>\r
7     <x>0</x>\r
8     <y>0</y>\r
9     <width>800</width>\r
10     <height>480</height>\r
11    </rect>\r
12   </property>\r
13   <property name="sizePolicy">\r
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">\r
15     <horstretch>0</horstretch>\r
16     <verstretch>0</verstretch>\r
17    </sizepolicy>\r
18   </property>\r
19   <property name="windowTitle">\r
20    <string>EasyList - by Willem Liu</string>\r
21   </property>\r
22   <widget class="QWidget" name="centralwidget">\r
23    <layout class="QVBoxLayout" name="verticalLayout">\r
24     <item>\r
25      <widget class="QScrollArea" name="scrollArea">\r
26       <property name="sizePolicy">\r
27        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">\r
28         <horstretch>0</horstretch>\r
29         <verstretch>0</verstretch>\r
30        </sizepolicy>\r
31       </property>\r
32       <property name="widgetResizable">\r
33        <bool>true</bool>\r
34       </property>\r
35       <property name="alignment">\r
36        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>\r
37       </property>\r
38       <widget class="QWidget" name="scrollAreaWidgetContents">\r
39        <property name="geometry">\r
40         <rect>\r
41          <x>0</x>\r
42          <y>0</y>\r
43          <width>780</width>\r
44          <height>408</height>\r
45         </rect>\r
46        </property>\r
47        <layout class="QGridLayout" name="gridLayout">\r
48         <item row="0" column="0">\r
49          <layout class="QVBoxLayout" name="listVerticalLayout">\r
50           <property name="spacing">\r
51            <number>6</number>\r
52           </property>\r
53           <property name="sizeConstraint">\r
54            <enum>QLayout::SetDefaultConstraint</enum>\r
55           </property>\r
56           <property name="rightMargin">\r
57            <number>6</number>\r
58           </property>\r
59          </layout>\r
60         </item>\r
61        </layout>\r
62       </widget>\r
63      </widget>\r
64     </item>\r
65     <item>\r
66      <layout class="QHBoxLayout" name="horizontalLayout">\r
67       <property name="spacing">\r
68        <number>6</number>\r
69       </property>\r
70       <property name="sizeConstraint">\r
71        <enum>QLayout::SetDefaultConstraint</enum>\r
72       </property>\r
73       <item>\r
74        <widget class="QPushButton" name="editListPushButton">\r
75         <property name="text">\r
76          <string>Edit list</string>\r
77         </property>\r
78        </widget>\r
79       </item>\r
80       <item>\r
81        <widget class="QPushButton" name="clearSelectedPushButton">\r
82         <property name="text">\r
83          <string>Clear selected</string>\r
84         </property>\r
85        </widget>\r
86       </item>\r
87      </layout>\r
88     </item>\r
89    </layout>\r
90   </widget>\r
91   <widget class="QMenuBar" name="menubar">\r
92    <property name="geometry">\r
93     <rect>\r
94      <x>0</x>\r
95      <y>0</y>\r
96      <width>800</width>\r
97      <height>21</height>\r
98     </rect>\r
99    </property>\r
100    <widget class="QMenu" name="menuAbout">\r
101     <property name="title">\r
102      <string>About</string>\r
103     </property>\r
104     <addaction name="actionAbout"/>\r
105    </widget>\r
106    <widget class="QMenu" name="menuRotate">\r
107     <property name="title">\r
108      <string>Rotate</string>\r
109     </property>\r
110     <addaction name="actionRotate"/>\r
111    </widget>\r
112    <addaction name="menuRotate"/>\r
113    <addaction name="menuAbout"/>\r
114   </widget>\r
115   <action name="actionAbout">\r
116    <property name="text">\r
117     <string>About</string>\r
118    </property>\r
119   </action>\r
120   <action name="actionRotate">\r
121    <property name="text">\r
122     <string>Rotate</string>\r
123    </property>\r
124   </action>\r
125  </widget>\r
126  <resources/>\r
127  <connections/>\r
128 </ui>\r