2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
2007-10-11 18:15:30 +00:00
|
|
|
<author></author>
|
|
|
|
<comment></comment>
|
|
|
|
<exportmacro></exportmacro>
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>LogUi</class>
|
|
|
|
<widget class="QDialog" name="LogUi" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-10-11 18:15:30 +00:00
|
|
|
<width>421</width>
|
|
|
|
<height>359</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2006-05-04 07:31:46 +00:00
|
|
|
<layout class="QGridLayout" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="margin" >
|
2006-05-04 07:31:46 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2006-05-04 07:31:46 +00:00
|
|
|
<item row="1" column="0" >
|
2007-10-11 18:15:30 +00:00
|
|
|
<widget class="QPushButton" name="copyPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Copy to Clip&board</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2007-10-11 18:15:30 +00:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>111</width>
|
|
|
|
<height>26</height>
|
|
|
|
</size>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2007-10-11 18:15:30 +00:00
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3" >
|
|
|
|
<widget class="QPushButton" name="closePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2" >
|
|
|
|
<widget class="QPushButton" name="updatePB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Update the display</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Update</string>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="4" >
|
|
|
|
<widget class="QTextBrowser" name="logTB" />
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2006-08-24 19:37:40 +00:00
|
|
|
<pixmapfunction></pixmapfunction>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstops>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>logTB</tabstop>
|
2007-10-11 18:15:30 +00:00
|
|
|
<tabstop>copyPB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>updatePB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
</tabstops>
|
2007-10-11 18:15:30 +00:00
|
|
|
<includes>
|
|
|
|
<include location="local" >qt_helpers.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|