Update Finnish translation (Preferences ln ch)
[nomnom.git] / i / YoutubeFeed.ui
blob9be056c2111102b61acc1972ffecac2e4cf75b0d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>YoutubeFeed</class>
4 <widget class="QDialog" name="YoutubeFeed">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>215</width>
10 <height>165</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>YouTube Feed</string>
15 </property>
16 <layout class="QFormLayout" name="formLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>&amp;Feed type:</string>
21 </property>
22 <property name="buddy">
23 <cstring>typeCombo</cstring>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QComboBox" name="typeCombo">
29 <item>
30 <property name="text">
31 <string>Playlist</string>
32 </property>
33 </item>
34 <item>
35 <property name="text">
36 <string>Favorites</string>
37 </property>
38 </item>
39 <item>
40 <property name="text">
41 <string>Uploads</string>
42 </property>
43 </item>
44 </widget>
45 </item>
46 <item row="1" column="0">
47 <widget class="QLabel" name="idLabel">
48 <property name="text">
49 <string>&amp;Playlist ID:</string>
50 </property>
51 <property name="buddy">
52 <cstring>idEdit</cstring>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="1">
57 <widget class="QLineEdit" name="idEdit">
58 <property name="text">
59 <string/>
60 </property>
61 </widget>
62 </item>
63 <item row="2" column="0">
64 <widget class="QLabel" name="label_3">
65 <property name="text">
66 <string>&amp;Start index:</string>
67 </property>
68 <property name="buddy">
69 <cstring>startIndexSpin</cstring>
70 </property>
71 </widget>
72 </item>
73 <item row="2" column="1">
74 <widget class="QSpinBox" name="startIndexSpin">
75 <property name="minimum">
76 <number>1</number>
77 </property>
78 </widget>
79 </item>
80 <item row="3" column="0">
81 <widget class="QLabel" name="label_4">
82 <property name="text">
83 <string>&amp;Max. results:</string>
84 </property>
85 <property name="buddy">
86 <cstring>maxResultsSpin</cstring>
87 </property>
88 </widget>
89 </item>
90 <item row="3" column="1">
91 <widget class="QSpinBox" name="maxResultsSpin">
92 <property name="minimum">
93 <number>1</number>
94 </property>
95 <property name="value">
96 <number>25</number>
97 </property>
98 </widget>
99 </item>
100 <item row="4" column="0" colspan="2">
101 <widget class="QDialogButtonBox" name="buttonBox">
102 <property name="orientation">
103 <enum>Qt::Horizontal</enum>
104 </property>
105 <property name="standardButtons">
106 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
107 </property>
108 </widget>
109 </item>
110 </layout>
111 </widget>
112 <tabstops>
113 <tabstop>typeCombo</tabstop>
114 <tabstop>idEdit</tabstop>
115 <tabstop>startIndexSpin</tabstop>
116 <tabstop>maxResultsSpin</tabstop>
117 <tabstop>buttonBox</tabstop>
118 </tabstops>
119 <resources/>
120 <connections>
121 <connection>
122 <sender>buttonBox</sender>
123 <signal>accepted()</signal>
124 <receiver>YoutubeFeed</receiver>
125 <slot>accept()</slot>
126 <hints>
127 <hint type="sourcelabel">
128 <x>248</x>
129 <y>254</y>
130 </hint>
131 <hint type="destinationlabel">
132 <x>157</x>
133 <y>274</y>
134 </hint>
135 </hints>
136 </connection>
137 <connection>
138 <sender>buttonBox</sender>
139 <signal>rejected()</signal>
140 <receiver>YoutubeFeed</receiver>
141 <slot>reject()</slot>
142 <hints>
143 <hint type="sourcelabel">
144 <x>316</x>
145 <y>260</y>
146 </hint>
147 <hint type="destinationlabel">
148 <x>286</x>
149 <y>274</y>
150 </hint>
151 </hints>
152 </connection>
153 <connection>
154 <sender>typeCombo</sender>
155 <signal>currentIndexChanged(int)</signal>
156 <receiver>YoutubeFeed</receiver>
157 <slot>onTypeChanged(int)</slot>
158 <hints>
159 <hint type="sourcelabel">
160 <x>242</x>
161 <y>20</y>
162 </hint>
163 <hint type="destinationlabel">
164 <x>199</x>
165 <y>82</y>
166 </hint>
167 </hints>
168 </connection>
169 </connections>
170 <slots>
171 <slot>onTypeChanged(int)</slot>
172 </slots>
173 </ui>