2010-09-28 18:34:20 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2009-01-07 18:13:17 +00:00
|
|
|
<class>MainWindow</class>
|
2010-09-28 18:34:20 +00:00
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
|
<property name="geometry">
|
2009-01-07 18:13:17 +00:00
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2009-03-02 22:42:13 +00:00
|
|
|
<width>638</width>
|
2009-02-24 22:34:59 +00:00
|
|
|
<height>533</height>
|
2009-01-07 18:13:17 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2009-01-07 18:13:17 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="windowTitle">
|
2009-01-07 18:13:17 +00:00
|
|
|
<string>LinkChecker</string>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="windowIcon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
2009-01-24 18:17:27 +00:00
|
|
|
<normaloff>:/icons/app.png</normaloff>:/icons/app.png</iconset>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="statusTip">
|
2009-01-07 18:13:17 +00:00
|
|
|
<string/>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<property name="horizontalSpacing">
|
2009-03-07 13:02:32 +00:00
|
|
|
<number>-1</number>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="verticalSpacing">
|
2009-03-07 13:02:32 +00:00
|
|
|
<number>3</number>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="margin">
|
2009-03-07 13:02:32 +00:00
|
|
|
<number>4</number>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2010-11-06 19:13:15 +00:00
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>URL</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>urlinput</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>4</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2009-01-07 18:13:17 +00:00
|
|
|
<item>
|
2010-09-28 18:34:20 +00:00
|
|
|
<widget class="QLineEdit" name="urlinput">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2009-01-07 18:13:17 +00:00
|
|
|
<horstretch>1</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2010-11-06 19:29:36 +00:00
|
|
|
<property name="maxLength">
|
|
|
|
|
<number>2048</number>
|
|
|
|
|
</property>
|
2009-01-07 18:13:17 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-11-06 13:02:52 +00:00
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2009-01-07 18:13:17 +00:00
|
|
|
<item>
|
2010-09-28 18:34:20 +00:00
|
|
|
<widget class="QPushButton" name="controlButton">
|
|
|
|
|
<property name="toolTip">
|
2009-01-07 18:13:17 +00:00
|
|
|
<string>Start checking the given URL.</string>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="statusTip">
|
2009-01-07 18:13:17 +00:00
|
|
|
<string/>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string comment="Start checking URL">Start</string>
|
2009-01-07 18:13:17 +00:00
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
2009-01-07 18:13:17 +00:00
|
|
|
<normaloff>:/icons/start.png</normaloff>:/icons/start.png</iconset>
|
|
|
|
|
</property>
|
2010-10-03 08:27:53 +00:00
|
|
|
<property name="default">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2009-01-07 18:13:17 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2010-09-28 18:34:20 +00:00
|
|
|
<item row="1" column="0" colspan="2">
|
2010-11-06 06:04:35 +00:00
|
|
|
<widget class="QTreeView" name="treeView">
|
2010-11-06 07:40:46 +00:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="editTriggers">
|
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alternatingRowColors">
|
2009-02-25 01:16:39 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="uniformRowHeights">
|
2009-02-25 01:12:55 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="itemsExpandable">
|
2009-02-25 01:12:55 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="sortingEnabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="allColumnsShowFocus">
|
2009-03-07 12:46:31 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="expandsOnDoubleClick">
|
2009-02-25 01:12:55 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2009-01-07 18:13:17 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2010-09-28 18:34:20 +00:00
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
2009-01-07 18:13:17 +00:00
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2009-03-02 22:42:13 +00:00
|
|
|
<width>638</width>
|
2010-09-28 18:34:20 +00:00
|
|
|
<height>21</height>
|
2009-01-07 18:13:17 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<widget class="QMenu" name="menuLinkChecka">
|
|
|
|
|
<property name="title">
|
2009-01-07 18:13:17 +00:00
|
|
|
<string>File</string>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<addaction name="actionQuit"/>
|
2009-01-07 18:13:17 +00:00
|
|
|
</widget>
|
2010-10-14 19:13:28 +00:00
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Edit</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionOptions"/>
|
|
|
|
|
</widget>
|
2010-09-28 18:34:20 +00:00
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
|
<property name="title">
|
2009-01-07 18:13:17 +00:00
|
|
|
<string>Help</string>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
|
<addaction name="actionHelp"/>
|
2010-10-14 19:13:28 +00:00
|
|
|
<addaction name="actionDebug"/>
|
2009-03-09 22:44:49 +00:00
|
|
|
</widget>
|
2010-09-28 18:34:20 +00:00
|
|
|
<addaction name="menuLinkChecka"/>
|
|
|
|
|
<addaction name="menuEdit"/>
|
|
|
|
|
<addaction name="menuHelp"/>
|
2009-01-07 18:13:17 +00:00
|
|
|
</widget>
|
2010-09-28 18:34:20 +00:00
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
|
<action name="actionQuit">
|
2010-11-06 12:43:34 +00:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
|
|
|
|
<normaloff>:/icons/exit.png</normaloff>:/icons/exit.png</iconset>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="text">
|
2009-01-07 18:13:17 +00:00
|
|
|
<string>Quit</string>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="shortcut">
|
2009-02-18 23:14:03 +00:00
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
|
</property>
|
2009-01-07 18:13:17 +00:00
|
|
|
</action>
|
2010-09-28 18:34:20 +00:00
|
|
|
<action name="actionAbout">
|
2010-11-06 12:43:34 +00:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
|
|
|
|
<normaloff>:/icons/about.png</normaloff>:/icons/about.png</iconset>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="text">
|
2009-01-07 18:13:17 +00:00
|
|
|
<string>About</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2010-09-28 18:34:20 +00:00
|
|
|
<action name="actionHelp">
|
2010-11-06 12:43:34 +00:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
|
|
|
|
<normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="text">
|
2009-02-18 19:05:16 +00:00
|
|
|
<string>Help</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2010-09-28 18:34:20 +00:00
|
|
|
<action name="actionViewOnline">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
2009-03-07 13:38:05 +00:00
|
|
|
<normaloff>:/icons/online.png</normaloff>:/icons/online.png</iconset>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="text">
|
2009-03-07 13:38:05 +00:00
|
|
|
<string>View online</string>
|
|
|
|
|
</property>
|
2010-09-30 05:32:39 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>View URL online</string>
|
|
|
|
|
</property>
|
2009-03-07 13:38:05 +00:00
|
|
|
</action>
|
2010-09-28 18:34:20 +00:00
|
|
|
<action name="actionOptions">
|
2010-11-06 12:43:34 +00:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
|
|
|
|
<normaloff>:/icons/preferences.png</normaloff>:/icons/preferences.png</iconset>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="text">
|
2009-03-09 22:44:49 +00:00
|
|
|
<string>Options</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2010-09-28 18:34:20 +00:00
|
|
|
<action name="actionCopyToClipboard">
|
2010-11-06 12:43:34 +00:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
|
|
|
|
<normaloff>:/icons/copy.png</normaloff>:/icons/copy.png</iconset>
|
|
|
|
|
</property>
|
2010-09-28 18:34:20 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Copy to clipboard</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Copy URL to clipboard</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+C</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2010-09-30 05:32:39 +00:00
|
|
|
<action name="actionViewParentOnline">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
|
|
|
|
<normaloff>:/icons/online.png</normaloff>:/icons/online.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>View parent online</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>View parent URL online</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2010-10-03 08:27:53 +00:00
|
|
|
<action name="actionViewParentSource">
|
2010-09-30 05:32:39 +00:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc/linkchecker.qrc">
|
|
|
|
|
<normaloff>:/icons/online.png</normaloff>:/icons/online.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2010-10-03 08:27:53 +00:00
|
|
|
<string>View parent source</string>
|
2010-09-30 05:32:39 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
2010-10-03 08:27:53 +00:00
|
|
|
<string>View parent URL source</string>
|
2010-09-30 05:32:39 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2010-10-14 19:13:28 +00:00
|
|
|
<action name="actionDebug">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Debug</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2010-11-06 10:34:44 +00:00
|
|
|
<action name="actionViewProperties">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>View properties</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>View URL properties</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2009-01-07 18:13:17 +00:00
|
|
|
</widget>
|
|
|
|
|
<resources>
|
2010-09-28 18:34:20 +00:00
|
|
|
<include location="../rc/linkchecker.qrc"/>
|
2009-01-07 18:13:17 +00:00
|
|
|
</resources>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|