source: smplayer/trunk/src/logwindow.ui@ 181

Last change on this file since 181 was 181, checked in by Silvan Scherrer, 9 years ago

smplayer: update trunk to version 16.8.0

File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>Ricardo Villalba</author>
4 <class>LogWindow</class>
5 <widget class="QWidget" name="LogWindow">
6 <property name="geometry">
7 <rect>
8 <x>0</x>
9 <y>0</y>
10 <width>615</width>
11 <height>541</height>
12 </rect>
13 </property>
14 <property name="windowTitle">
15 <string notr="true">Log Window</string>
16 </property>
17 <layout class="QVBoxLayout">
18 <property name="spacing">
19 <number>6</number>
20 </property>
21 <property name="margin">
22 <number>11</number>
23 </property>
24 <item>
25 <widget class="QTextEdit" name="browser">
26 <property name="readOnly">
27 <bool>true</bool>
28 </property>
29 </widget>
30 </item>
31 <item>
32 <layout class="QHBoxLayout">
33 <property name="spacing">
34 <number>6</number>
35 </property>
36 <property name="margin">
37 <number>0</number>
38 </property>
39 <item>
40 <spacer>
41 <property name="orientation">
42 <enum>Qt::Horizontal</enum>
43 </property>
44 <property name="sizeType">
45 <enum>QSizePolicy::Expanding</enum>
46 </property>
47 <property name="sizeHint" stdset="0">
48 <size>
49 <width>191</width>
50 <height>21</height>
51 </size>
52 </property>
53 </spacer>
54 </item>
55 <item>
56 <widget class="QPushButton" name="saveButton">
57 <property name="toolTip">
58 <string>Save</string>
59 </property>
60 <property name="text">
61 <string>Save</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QPushButton" name="copyButton">
67 <property name="toolTip">
68 <string>Copy to clipboard</string>
69 </property>
70 <property name="text">
71 <string>Copy to clipboard</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QPushButton" name="closeButton">
77 <property name="toolTip">
78 <string>Close</string>
79 </property>
80 <property name="text">
81 <string>&amp;Close</string>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </item>
87 </layout>
88 </widget>
89 <layoutdefault spacing="6" margin="11"/>
90 <resources/>
91 <connections>
92 <connection>
93 <sender>closeButton</sender>
94 <signal>clicked()</signal>
95 <receiver>LogWindow</receiver>
96 <slot>close()</slot>
97 <hints>
98 <hint type="sourcelabel">
99 <x>20</x>
100 <y>20</y>
101 </hint>
102 <hint type="destinationlabel">
103 <x>20</x>
104 <y>20</y>
105 </hint>
106 </hints>
107 </connection>
108 </connections>
109</ui>
Note: See TracBrowser for help on using the repository browser.