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

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

smplayer: update trunk to version 16.4

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