Last change
on this file was 179, checked in by Silvan Scherrer, 9 years ago |
smplayer: update vendor to version 16.8.0
|
File size:
1.4 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>InfoWindow</class>
|
---|
4 | <widget class="QWidget" name="InfoWindow">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>431</width>
|
---|
10 | <height>478</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string notr="true">Information</string>
|
---|
15 | </property>
|
---|
16 | <layout class="QGridLayout" name="gridLayout">
|
---|
17 | <item row="0" column="0" colspan="2">
|
---|
18 | <widget class="QTextBrowser" name="browser"/>
|
---|
19 | </item>
|
---|
20 | <item row="1" column="0">
|
---|
21 | <spacer name="horizontalSpacer">
|
---|
22 | <property name="orientation">
|
---|
23 | <enum>Qt::Horizontal</enum>
|
---|
24 | </property>
|
---|
25 | <property name="sizeHint" stdset="0">
|
---|
26 | <size>
|
---|
27 | <width>319</width>
|
---|
28 | <height>20</height>
|
---|
29 | </size>
|
---|
30 | </property>
|
---|
31 | </spacer>
|
---|
32 | </item>
|
---|
33 | <item row="1" column="1">
|
---|
34 | <widget class="QPushButton" name="close_button">
|
---|
35 | <property name="text">
|
---|
36 | <string>&Close</string>
|
---|
37 | </property>
|
---|
38 | </widget>
|
---|
39 | </item>
|
---|
40 | </layout>
|
---|
41 | </widget>
|
---|
42 | <resources/>
|
---|
43 | <connections>
|
---|
44 | <connection>
|
---|
45 | <sender>close_button</sender>
|
---|
46 | <signal>clicked()</signal>
|
---|
47 | <receiver>InfoWindow</receiver>
|
---|
48 | <slot>close()</slot>
|
---|
49 | <hints>
|
---|
50 | <hint type="sourcelabel">
|
---|
51 | <x>320</x>
|
---|
52 | <y>273</y>
|
---|
53 | </hint>
|
---|
54 | <hint type="destinationlabel">
|
---|
55 | <x>199</x>
|
---|
56 | <y>149</y>
|
---|
57 | </hint>
|
---|
58 | </hints>
|
---|
59 | </connection>
|
---|
60 | </connections>
|
---|
61 | </ui>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.