source: smplayer/trunk/src/favoriteeditor.ui@ 103

Last change on this file since 103 was 93, checked in by Silvan Scherrer, 16 years ago

smplayer: 0.6.9

File size: 4.1 KB
Line 
1<ui version="4.0" >
2 <class>FavoriteEditor</class>
3 <widget class="QDialog" name="FavoriteEditor" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>515</width>
9 <height>422</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" >
13 <item>
14 <layout class="QHBoxLayout" >
15 <item>
16 <widget class="QLabel" name="dialog_icon" >
17 <property name="text" >
18 <string>icon</string>
19 </property>
20 <property name="alignment" >
21 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
22 </property>
23 </widget>
24 </item>
25 <item>
26 <widget class="QLabel" name="title_label" >
27 <property name="sizePolicy" >
28 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
29 <horstretch>0</horstretch>
30 <verstretch>0</verstretch>
31 </sizepolicy>
32 </property>
33 <property name="text" >
34 <string>Favorite list</string>
35 </property>
36 <property name="wordWrap" >
37 <bool>true</bool>
38 </property>
39 </widget>
40 </item>
41 </layout>
42 </item>
43 <item>
44 <widget class="QTableWidget" name="table" />
45 </item>
46 <item>
47 <layout class="QHBoxLayout" >
48 <item>
49 <widget class="QPushButton" name="add_button" >
50 <property name="text" >
51 <string>&amp;New</string>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <spacer>
57 <property name="orientation" >
58 <enum>Qt::Horizontal</enum>
59 </property>
60 <property name="sizeHint" >
61 <size>
62 <width>21</width>
63 <height>20</height>
64 </size>
65 </property>
66 </spacer>
67 </item>
68 <item>
69 <widget class="QPushButton" name="delete_button" >
70 <property name="text" >
71 <string>D&amp;elete</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QPushButton" name="delete_all_button" >
77 <property name="text" >
78 <string>Delete &amp;all</string>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <spacer>
84 <property name="orientation" >
85 <enum>Qt::Horizontal</enum>
86 </property>
87 <property name="sizeHint" >
88 <size>
89 <width>31</width>
90 <height>31</height>
91 </size>
92 </property>
93 </spacer>
94 </item>
95 <item>
96 <widget class="QPushButton" name="up_button" >
97 <property name="text" >
98 <string>&amp;Up</string>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QPushButton" name="down_button" >
104 <property name="text" >
105 <string>&amp;Down</string>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </item>
111 <item>
112 <widget class="Line" name="line" >
113 <property name="orientation" >
114 <enum>Qt::Horizontal</enum>
115 </property>
116 </widget>
117 </item>
118 <item>
119 <widget class="QDialogButtonBox" name="buttonBox" >
120 <property name="orientation" >
121 <enum>Qt::Horizontal</enum>
122 </property>
123 <property name="standardButtons" >
124 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
125 </property>
126 </widget>
127 </item>
128 </layout>
129 </widget>
130 <tabstops>
131 <tabstop>table</tabstop>
132 <tabstop>add_button</tabstop>
133 <tabstop>delete_button</tabstop>
134 <tabstop>delete_all_button</tabstop>
135 <tabstop>up_button</tabstop>
136 <tabstop>down_button</tabstop>
137 <tabstop>buttonBox</tabstop>
138 </tabstops>
139 <resources/>
140 <connections>
141 <connection>
142 <sender>buttonBox</sender>
143 <signal>accepted()</signal>
144 <receiver>FavoriteEditor</receiver>
145 <slot>accept()</slot>
146 <hints>
147 <hint type="sourcelabel" >
148 <x>248</x>
149 <y>254</y>
150 </hint>
151 <hint type="destinationlabel" >
152 <x>157</x>
153 <y>274</y>
154 </hint>
155 </hints>
156 </connection>
157 <connection>
158 <sender>buttonBox</sender>
159 <signal>rejected()</signal>
160 <receiver>FavoriteEditor</receiver>
161 <slot>reject()</slot>
162 <hints>
163 <hint type="sourcelabel" >
164 <x>316</x>
165 <y>260</y>
166 </hint>
167 <hint type="destinationlabel" >
168 <x>286</x>
169 <y>274</y>
170 </hint>
171 </hints>
172 </connection>
173 </connections>
174</ui>
Note: See TracBrowser for help on using the repository browser.