source: smplayer/trunk/src/shutdowndialog.ui@ 170

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

SMPlayer: updated trunk to 14.9.0

File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ShutdownDialog</class>
4 <widget class="QDialog" name="ShutdownDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>472</width>
10 <height>162</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Shutting down computer</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QLabel" name="icon_label">
21 <property name="minimumSize">
22 <size>
23 <width>100</width>
24 <height>0</height>
25 </size>
26 </property>
27 <property name="toolTip">
28 <string/>
29 </property>
30 <property name="text">
31 <string notr="true">icon</string>
32 </property>
33 <property name="alignment">
34 <set>Qt::AlignCenter</set>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QLabel" name="text_label">
40 <property name="sizePolicy">
41 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
44 </sizepolicy>
45 </property>
46 <property name="text">
47 <string notr="true">text</string>
48 </property>
49 <property name="wordWrap">
50 <bool>true</bool>
51 </property>
52 </widget>
53 </item>
54 </layout>
55 </item>
56 <item>
57 <widget class="Line" name="line">
58 <property name="orientation">
59 <enum>Qt::Horizontal</enum>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <widget class="QDialogButtonBox" name="buttonBox">
65 <property name="orientation">
66 <enum>Qt::Horizontal</enum>
67 </property>
68 <property name="standardButtons">
69 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </widget>
75 <tabstops>
76 <tabstop>buttonBox</tabstop>
77 </tabstops>
78 <resources/>
79 <connections>
80 <connection>
81 <sender>buttonBox</sender>
82 <signal>accepted()</signal>
83 <receiver>ShutdownDialog</receiver>
84 <slot>accept()</slot>
85 <hints>
86 <hint type="sourcelabel">
87 <x>250</x>
88 <y>189</y>
89 </hint>
90 <hint type="destinationlabel">
91 <x>250</x>
92 <y>105</y>
93 </hint>
94 </hints>
95 </connection>
96 <connection>
97 <sender>buttonBox</sender>
98 <signal>rejected()</signal>
99 <receiver>ShutdownDialog</receiver>
100 <slot>reject()</slot>
101 <hints>
102 <hint type="sourcelabel">
103 <x>250</x>
104 <y>189</y>
105 </hint>
106 <hint type="destinationlabel">
107 <x>250</x>
108 <y>105</y>
109 </hint>
110 </hints>
111 </connection>
112 </connections>
113</ui>
Note: See TracBrowser for help on using the repository browser.