ScrollbarAsNeeded
[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="verticalScrollBarPolicy">\r
33        <enum>Qt::ScrollBarAsNeeded</enum>\r
34       </property>\r
35       <property name="widgetResizable">\r
36        <bool>true</bool>\r
37       </property>\r
38       <property name="alignment">\r
39        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>\r
40       </property>\r
41       <widget class="QWidget" name="scrollAreaWidgetContents">\r
42        <property name="geometry">\r
43         <rect>\r
44          <x>0</x>\r
45          <y>0</y>\r
46          <width>780</width>\r
47          <height>408</height>\r
48         </rect>\r
49        </property>\r
50        <layout class="QGridLayout" name="gridLayout">\r
51         <item row="0" column="0">\r
52          <layout class="QVBoxLayout" name="listVerticalLayout">\r
53           <property name="spacing">\r
54            <number>6</number>\r
55           </property>\r
56           <property name="sizeConstraint">\r
57            <enum>QLayout::SetDefaultConstraint</enum>\r
58           </property>\r
59           <property name="rightMargin">\r
60            <number>6</number>\r
61           </property>\r
62          </layout>\r
63         </item>\r
64        </layout>\r
65       </widget>\r
66      </widget>\r
67     </item>\r
68     <item>\r
69      <layout class="QHBoxLayout" name="horizontalLayout">\r
70       <property name="spacing">\r
71        <number>6</number>\r
72       </property>\r
73       <property name="sizeConstraint">\r
74        <enum>QLayout::SetDefaultConstraint</enum>\r
75       </property>\r
76       <item>\r
77        <widget class="QPushButton" name="editListPushButton">\r
78         <property name="text">\r
79          <string>Edit list</string>\r
80         </property>\r
81        </widget>\r
82       </item>\r
83       <item>\r
84        <widget class="QPushButton" name="clearSelectedPushButton">\r
85         <property name="text">\r
86          <string>Clear selected</string>\r
87         </property>\r
88        </widget>\r
89       </item>\r
90      </layout>\r
91     </item>\r
92    </layout>\r
93   </widget>\r
94   <widget class="QMenuBar" name="menubar">\r
95    <property name="geometry">\r
96     <rect>\r
97      <x>0</x>\r
98      <y>0</y>\r
99      <width>800</width>\r
100      <height>21</height>\r
101     </rect>\r
102    </property>\r
103    <widget class="QMenu" name="menuAbout">\r
104     <property name="title">\r
105      <string>About</string>\r
106     </property>\r
107     <addaction name="actionAbout"/>\r
108    </widget>\r
109    <widget class="QMenu" name="menuRotate">\r
110     <property name="title">\r
111      <string>Rotate</string>\r
112     </property>\r
113     <addaction name="actionRotate"/>\r
114    </widget>\r
115    <addaction name="menuRotate"/>\r
116    <addaction name="menuAbout"/>\r
117   </widget>\r
118   <action name="actionAbout">\r
119    <property name="text">\r
120     <string>About</string>\r
121    </property>\r
122   </action>\r
123   <action name="actionRotate">\r
124    <property name="text">\r
125     <string>Rotate</string>\r
126    </property>\r
127   </action>\r
128  </widget>\r
129  <resources/>\r
130  <connections/>\r
131 </ui>\r