Merge branch 'master' of https://vcs.maemo.org/git/groove into Test
[groove] / pwin.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>pWin</class>
4  <widget class="QWidget" name="pWin">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <item>
18     <widget class="QListWidget" name="listWidget">
19      <item>
20       <property name="text">
21        <string>jdfgdg</string>
22       </property>
23       <property name="background">
24        <brush brushstyle="SolidPattern">
25         <color alpha="255">
26          <red>80</red>
27          <green>60</green>
28          <blue>231</blue>
29         </color>
30        </brush>
31       </property>
32      </item>
33     </widget>
34    </item>
35    <item>
36     <widget class="QDialogButtonBox" name="buttonBox">
37      <property name="orientation">
38       <enum>Qt::Vertical</enum>
39      </property>
40      <property name="standardButtons">
41       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
42      </property>
43     </widget>
44    </item>
45   </layout>
46  </widget>
47  <resources/>
48  <connections/>
49 </ui>