mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 13:10:37 +00:00
199 lines
5.3 KiB
XML
199 lines
5.3 KiB
XML
<ui version="4.0" >
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>638</width>
|
|
<height>533</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>LinkChecker</string>
|
|
</property>
|
|
<property name="windowIcon" >
|
|
<iconset resource="../rc/linkchecker.qrc" >
|
|
<normaloff>:/icons/app.png</normaloff>:/icons/app.png</iconset>
|
|
</property>
|
|
<property name="statusTip" >
|
|
<string/>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget" >
|
|
<layout class="QGridLayout" name="gridLayout" >
|
|
<property name="horizontalSpacing" >
|
|
<number>-1</number>
|
|
</property>
|
|
<property name="verticalSpacing" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="margin" >
|
|
<number>4</number>
|
|
</property>
|
|
<item row="0" column="0" >
|
|
<widget class="QLabel" name="label" >
|
|
<property name="text" >
|
|
<string>URL</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>urlinput</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" >
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3" >
|
|
<item>
|
|
<widget class="QLineEdit" name="urlinput" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
<horstretch>1</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="controlButton" >
|
|
<property name="toolTip" >
|
|
<string>Start checking the given URL.</string>
|
|
</property>
|
|
<property name="statusTip" >
|
|
<string/>
|
|
</property>
|
|
<property name="text" >
|
|
<string comment="Start checking URL" >Start</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset resource="../rc/linkchecker.qrc" >
|
|
<normaloff>:/icons/start.png</normaloff>:/icons/start.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0" colspan="2" >
|
|
<widget class="QTreeWidget" name="treeWidget" >
|
|
<property name="contextMenuPolicy" >
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
</property>
|
|
<property name="alternatingRowColors" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="uniformRowHeights" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="itemsExpandable" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="allColumnsShowFocus" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="expandsOnDoubleClick" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<column>
|
|
<property name="text" >
|
|
<string>#</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Parent</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Url</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Name</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Result</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>638</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuLinkChecka" >
|
|
<property name="title" >
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionQuit" />
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp" >
|
|
<property name="title" >
|
|
<string>Help</string>
|
|
</property>
|
|
<addaction name="actionAbout" />
|
|
<addaction name="actionHelp" />
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit" >
|
|
<property name="title" >
|
|
<string>Edit</string>
|
|
</property>
|
|
<addaction name="actionOptions" />
|
|
</widget>
|
|
<addaction name="menuLinkChecka" />
|
|
<addaction name="menuEdit" />
|
|
<addaction name="menuHelp" />
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar" />
|
|
<action name="actionQuit" >
|
|
<property name="text" >
|
|
<string>Quit</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAbout" >
|
|
<property name="text" >
|
|
<string>About</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionHelp" >
|
|
<property name="text" >
|
|
<string>Help</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionViewOnline" >
|
|
<property name="icon" >
|
|
<iconset resource="../rc/linkchecker.qrc" >
|
|
<normaloff>:/icons/online.png</normaloff>:/icons/online.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>View online</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOptions" >
|
|
<property name="text" >
|
|
<string>Options</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="../rc/linkchecker.qrc" />
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|