source: smplayer/trunk/src/prefupdates.ui@ 176

Last change on this file since 176 was 170, checked in by Silvan Scherrer, 11 years ago

SMPlayer: updated trunk to 14.9.0

File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PrefUpdates</class>
4 <widget class="QWidget" name="PrefUpdates">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>420</width>
10 <height>261</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <property name="margin">
15 <number>0</number>
16 </property>
17 <item>
18 <widget class="QTabWidget" name="updates_tab">
19 <property name="currentIndex">
20 <number>0</number>
21 </property>
22 <widget class="QWidget" name="tab">
23 <attribute name="title">
24 <string>U&amp;pdates</string>
25 </attribute>
26 <layout class="QVBoxLayout" name="verticalLayout">
27 <item>
28 <widget class="QCheckBox" name="updates_check">
29 <property name="text">
30 <string>Check for &amp;updates</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QWidget" name="days_frame" native="true">
36 <property name="enabled">
37 <bool>false</bool>
38 </property>
39 <layout class="QHBoxLayout" name="horizontalLayout">
40 <property name="margin">
41 <number>0</number>
42 </property>
43 <item>
44 <spacer>
45 <property name="orientation">
46 <enum>Qt::Horizontal</enum>
47 </property>
48 <property name="sizeType">
49 <enum>QSizePolicy::Fixed</enum>
50 </property>
51 <property name="sizeHint" stdset="0">
52 <size>
53 <width>20</width>
54 <height>20</height>
55 </size>
56 </property>
57 </spacer>
58 </item>
59 <item>
60 <widget class="QLabel" name="label">
61 <property name="text">
62 <string>Check interval (in &amp;days)</string>
63 </property>
64 <property name="buddy">
65 <cstring>days_spin</cstring>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="QSpinBox" name="days_spin">
71 <property name="minimum">
72 <number>1</number>
73 </property>
74 <property name="maximum">
75 <number>365</number>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <spacer name="horizontalSpacer">
81 <property name="orientation">
82 <enum>Qt::Horizontal</enum>
83 </property>
84 <property name="sizeHint" stdset="0">
85 <size>
86 <width>165</width>
87 <height>20</height>
88 </size>
89 </property>
90 </spacer>
91 </item>
92 </layout>
93 </widget>
94 </item>
95 <item>
96 <widget class="QCheckBox" name="open_page_check">
97 <property name="sizePolicy">
98 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
99 <horstretch>0</horstretch>
100 <verstretch>0</verstretch>
101 </sizepolicy>
102 </property>
103 <property name="text">
104 <string>&amp;Open an informative page after an upgrade</string>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <spacer>
110 <property name="orientation">
111 <enum>Qt::Vertical</enum>
112 </property>
113 <property name="sizeHint" stdset="0">
114 <size>
115 <width>20</width>
116 <height>40</height>
117 </size>
118 </property>
119 </spacer>
120 </item>
121 </layout>
122 </widget>
123 </widget>
124 </item>
125 </layout>
126 </widget>
127 <tabstops>
128 <tabstop>updates_tab</tabstop>
129 <tabstop>updates_check</tabstop>
130 <tabstop>days_spin</tabstop>
131 <tabstop>open_page_check</tabstop>
132 </tabstops>
133 <resources/>
134 <connections>
135 <connection>
136 <sender>updates_check</sender>
137 <signal>toggled(bool)</signal>
138 <receiver>days_frame</receiver>
139 <slot>setEnabled(bool)</slot>
140 <hints>
141 <hint type="sourcelabel">
142 <x>169</x>
143 <y>57</y>
144 </hint>
145 <hint type="destinationlabel">
146 <x>171</x>
147 <y>68</y>
148 </hint>
149 </hints>
150 </connection>
151 </connections>
152</ui>
Note: See TracBrowser for help on using the repository browser.