linkchecker/linkcheck/gui/ui/main.ui
2009-02-19 13:35:46 +00:00

151 lines
4 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>408</width>
<height>511</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" >
<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="QToolButton" name="optionsButton" >
<property name="text" >
<string>Options...</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</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" >
<column>
<property name="text" >
<string>1</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>408</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>
<addaction name="menuLinkChecka" />
<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>
</widget>
<resources>
<include location="../rc/linkchecker.qrc" />
</resources>
<connections/>
</ui>