comparison src/debugging/TSLoggerDialog.ui @ 754:4ec2ac09969d

Renamed the logger class and put it into a namespace for later universal tool reuse. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1031 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 21 Dec 2010 23:07:50 +0000
parents
children
comparison
equal deleted inserted replaced
753:e64c04dc6f61 754:4ec2ac09969d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TSLoggerDialog</class>
4 <widget class="QDialog" name="TSLoggerDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1030</width>
10 <height>263</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Log</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../resources/Icons.qrc">
18 <normaloff>:/mainWindow/document-properties.png</normaloff>:/mainWindow/document-properties.png</iconset>
19 </property>
20 <layout class="QVBoxLayout">
21 <item>
22 <widget class="QLabel" name="label">
23 <property name="text">
24 <string>Logged messages</string>
25 </property>
26 </widget>
27 </item>
28 <item>
29 <widget class="QTextEdit" name="logTextEdit">
30 <property name="readOnly">
31 <bool>true</bool>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <layout class="QHBoxLayout" name="horizontalLayout">
37 <item>
38 <widget class="QToolButton" name="cleanUpToolButton">
39 <property name="toolTip">
40 <string>Clear log</string>
41 </property>
42 <property name="text">
43 <string>...</string>
44 </property>
45 <property name="icon">
46 <iconset resource="../resources/Icons.qrc">
47 <normaloff>:/mainWindow/edit-clear.png</normaloff>:/mainWindow/edit-clear.png</iconset>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QToolButton" name="openLogFileFolderToolButton">
53 <property name="toolTip">
54 <string>Open folder containing log file.</string>
55 </property>
56 <property name="statusTip">
57 <string>Open folder containing log file.</string>
58 </property>
59 <property name="icon">
60 <iconset resource="../resources/Icons.qrc">
61 <normaloff>:/mainWindow/document-open.png</normaloff>:/mainWindow/document-open.png</iconset>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <spacer name="horizontalSpacer">
67 <property name="orientation">
68 <enum>Qt::Horizontal</enum>
69 </property>
70 <property name="sizeHint" stdset="0">
71 <size>
72 <width>40</width>
73 <height>20</height>
74 </size>
75 </property>
76 </spacer>
77 </item>
78 <item>
79 <widget class="QDialogButtonBox" name="buttonBox">
80 <property name="standardButtons">
81 <set>QDialogButtonBox::Close</set>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </item>
87 </layout>
88 </widget>
89 <resources>
90 <include location="../resources/Icons.qrc"/>
91 </resources>
92 <connections>
93 <connection>
94 <sender>TSLoggerDialog</sender>
95 <signal>finished(int)</signal>
96 <receiver>TSLoggerDialog</receiver>
97 <slot>close()</slot>
98 <hints>
99 <hint type="sourcelabel">
100 <x>2</x>
101 <y>45</y>
102 </hint>
103 <hint type="destinationlabel">
104 <x>5</x>
105 <y>59</y>
106 </hint>
107 </hints>
108 </connection>
109 <connection>
110 <sender>buttonBox</sender>
111 <signal>clicked(QAbstractButton*)</signal>
112 <receiver>TSLoggerDialog</receiver>
113 <slot>close()</slot>
114 <hints>
115 <hint type="sourcelabel">
116 <x>419</x>
117 <y>280</y>
118 </hint>
119 <hint type="destinationlabel">
120 <x>477</x>
121 <y>263</y>
122 </hint>
123 </hints>
124 </connection>
125 <connection>
126 <sender>cleanUpToolButton</sender>
127 <signal>clicked()</signal>
128 <receiver>logTextEdit</receiver>
129 <slot>clear()</slot>
130 <hints>
131 <hint type="sourcelabel">
132 <x>27</x>
133 <y>282</y>
134 </hint>
135 <hint type="destinationlabel">
136 <x>22</x>
137 <y>231</y>
138 </hint>
139 </hints>
140 </connection>
141 </connections>
142 </ui>