Big commit:
[someplayer] / src / ui / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>someplayer</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <layout class="QHBoxLayout" name="horizontalLayout">
20       <property name="spacing">
21        <number>0</number>
22       </property>
23       <item>
24        <spacer name="horizontalSpacer">
25         <property name="orientation">
26          <enum>Qt::Horizontal</enum>
27         </property>
28         <property name="sizeType">
29          <enum>QSizePolicy::Expanding</enum>
30         </property>
31         <property name="sizeHint" stdset="0">
32          <size>
33           <width>0</width>
34           <height>20</height>
35          </size>
36         </property>
37        </spacer>
38       </item>
39       <item>
40        <layout class="QHBoxLayout" name="searchLayout">
41         <property name="spacing">
42          <number>0</number>
43         </property>
44         <item>
45          <widget class="QPushButton" name="prevButton">
46           <property name="sizePolicy">
47            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
48             <horstretch>0</horstretch>
49             <verstretch>0</verstretch>
50            </sizepolicy>
51           </property>
52           <property name="minimumSize">
53            <size>
54             <width>60</width>
55             <height>60</height>
56            </size>
57           </property>
58           <property name="maximumSize">
59            <size>
60             <width>60</width>
61             <height>60</height>
62            </size>
63           </property>
64           <property name="text">
65            <string/>
66           </property>
67           <property name="icon">
68            <iconset resource="../../resources/resources.qrc">
69             <normaloff>:/icons/back.png</normaloff>:/icons/back.png</iconset>
70           </property>
71           <property name="flat">
72            <bool>true</bool>
73           </property>
74          </widget>
75         </item>
76         <item>
77          <widget class="QLineEdit" name="searchLine">
78           <property name="sizePolicy">
79            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
80             <horstretch>0</horstretch>
81             <verstretch>0</verstretch>
82            </sizepolicy>
83           </property>
84           <property name="minimumSize">
85            <size>
86             <width>500</width>
87             <height>60</height>
88            </size>
89           </property>
90           <property name="maximumSize">
91            <size>
92             <width>16777215</width>
93             <height>60</height>
94            </size>
95           </property>
96          </widget>
97         </item>
98         <item>
99          <widget class="QPushButton" name="nextButton">
100           <property name="sizePolicy">
101            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
102             <horstretch>0</horstretch>
103             <verstretch>0</verstretch>
104            </sizepolicy>
105           </property>
106           <property name="minimumSize">
107            <size>
108             <width>60</width>
109             <height>60</height>
110            </size>
111           </property>
112           <property name="maximumSize">
113            <size>
114             <width>60</width>
115             <height>60</height>
116            </size>
117           </property>
118           <property name="text">
119            <string/>
120           </property>
121           <property name="icon">
122            <iconset resource="../../resources/resources.qrc">
123             <normaloff>:/icons/forward.png</normaloff>:/icons/forward.png</iconset>
124           </property>
125           <property name="flat">
126            <bool>true</bool>
127           </property>
128          </widget>
129         </item>
130        </layout>
131       </item>
132       <item>
133        <spacer name="horizontalSpacer_2">
134         <property name="orientation">
135          <enum>Qt::Horizontal</enum>
136         </property>
137         <property name="sizeHint" stdset="0">
138          <size>
139           <width>40</width>
140           <height>20</height>
141          </size>
142         </property>
143        </spacer>
144       </item>
145       <item>
146        <widget class="QPushButton" name="searchButton">
147         <property name="sizePolicy">
148          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
149           <horstretch>0</horstretch>
150           <verstretch>0</verstretch>
151          </sizepolicy>
152         </property>
153         <property name="minimumSize">
154          <size>
155           <width>60</width>
156           <height>60</height>
157          </size>
158         </property>
159         <property name="maximumSize">
160          <size>
161           <width>60</width>
162           <height>60</height>
163          </size>
164         </property>
165         <property name="text">
166          <string/>
167         </property>
168         <property name="icon">
169          <iconset resource="../../resources/resources.qrc">
170           <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
171         </property>
172         <property name="flat">
173          <bool>true</bool>
174         </property>
175        </widget>
176       </item>
177      </layout>
178     </item>
179     <item>
180      <widget class="QStackedWidget" name="stackedWidget">
181       <widget class="QWidget" name="page"/>
182       <widget class="QWidget" name="page_2"/>
183      </widget>
184     </item>
185    </layout>
186   </widget>
187   <widget class="QMenuBar" name="menuBar">
188    <property name="geometry">
189     <rect>
190      <x>0</x>
191      <y>0</y>
192      <width>800</width>
193      <height>23</height>
194     </rect>
195    </property>
196    <widget class="QMenu" name="menuHelp">
197     <property name="title">
198      <string>Help</string>
199     </property>
200     <addaction name="actionAbout"/>
201     <addaction name="actionAbout_Qt"/>
202    </widget>
203    <widget class="QMenu" name="menuLibrary">
204     <property name="title">
205      <string>Library</string>
206     </property>
207    </widget>
208    <addaction name="menuHelp"/>
209    <addaction name="menuLibrary"/>
210   </widget>
211   <action name="actionAbout">
212    <property name="text">
213     <string>About</string>
214    </property>
215   </action>
216   <action name="actionAbout_Qt">
217    <property name="text">
218     <string>About Qt</string>
219    </property>
220   </action>
221  </widget>
222  <layoutdefault spacing="6" margin="11"/>
223  <resources>
224   <include location="../../resources/resources.qrc"/>
225  </resources>
226  <connections/>
227 </ui>