2006-04-15 14:13:41 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>ViewSourceUi</class>
|
|
|
|
<widget class="QWidget" name="ViewSourceUi" >
|
2006-04-15 14:13:41 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-03-25 15:34:23 +00:00
|
|
|
<width>446</width>
|
2008-11-17 12:30:28 +00:00
|
|
|
<height>94</height>
|
2006-04-15 14:13:41 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
2007-03-25 01:25:29 +00:00
|
|
|
<layout class="QGridLayout" >
|
2006-04-15 14:13:41 +00:00
|
|
|
<property name="margin" >
|
2007-03-25 15:34:23 +00:00
|
|
|
<number>0</number>
|
2006-04-15 14:13:41 +00:00
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-03-25 15:34:23 +00:00
|
|
|
<item row="0" column="1" >
|
2007-03-25 15:50:32 +00:00
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2007-03-25 15:34:23 +00:00
|
|
|
</property>
|
2008-11-17 12:30:28 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2007-03-25 15:50:32 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="viewFullSourceCB" >
|
|
|
|
<property name="cursor" >
|
2008-11-17 12:30:28 +00:00
|
|
|
<cursorShape>ArrowCursor</cursorShape>
|
2007-03-25 15:50:32 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Complete source</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autoUpdateCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Automatic update</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="updatePB" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Update</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2008-11-17 12:30:28 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2007-03-25 15:50:32 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2008-11-15 21:55:17 +00:00
|
|
|
<height>1</height>
|
2007-03-25 15:50:32 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2007-03-25 01:25:29 +00:00
|
|
|
</item>
|
2007-03-25 15:50:32 +00:00
|
|
|
<item row="0" column="0" >
|
2007-03-25 01:25:29 +00:00
|
|
|
<widget class="QTextEdit" name="viewSourceTV" >
|
2008-11-17 12:30:28 +00:00
|
|
|
<property name="sizePolicy" >
|
2009-01-11 12:12:56 +00:00
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>3</hsizetype>
|
|
|
|
<vsizetype>13</vsizetype>
|
2008-11-17 12:30:28 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2007-03-25 01:25:29 +00:00
|
|
|
<property name="whatsThis" >
|
|
|
|
<string/>
|
2006-08-04 13:59:12 +00:00
|
|
|
</property>
|
2007-03-25 01:25:29 +00:00
|
|
|
</widget>
|
2006-08-04 13:59:12 +00:00
|
|
|
</item>
|
2006-04-15 14:13:41 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>viewSourceTV</tabstop>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>viewFullSourceCB</tabstop>
|
|
|
|
<tabstop>autoUpdateCB</tabstop>
|
|
|
|
<tabstop>updatePB</tabstop>
|
2006-04-15 14:13:41 +00:00
|
|
|
</tabstops>
|
2006-12-19 08:17:47 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2006-12-19 08:17:47 +00:00
|
|
|
</includes>
|
2006-04-15 14:13:41 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|