yate/share/skins/default/help.ui

235 lines
5.8 KiB
XML

<ui version="4.0" >
<class>help</class>
<widget class="QWidget" name="help" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>380</width>
<height>400</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>380</width>
<height>400</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>380</width>
<height>400</height>
</size>
</property>
<property name="windowTitle" >
<string>Yate Help</string>
</property>
<property name="windowIcon" >
<iconset>quest.png</iconset>
</property>
<layout class="QVBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="leftMargin" >
<number>9</number>
</property>
<property name="topMargin" >
<number>9</number>
</property>
<property name="rightMargin" >
<number>9</number>
</property>
<property name="bottomMargin" >
<number>9</number>
</property>
<item>
<widget class="QTextEdit" name="help_text" >
<property name="undoRedoEnabled" >
<bool>false</bool>
</property>
<property name="readOnly" >
<bool>true</bool>
</property>
<property name="overwriteMode" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>2</number>
</property>
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="help_prev" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="toolTip" >
<string/>
</property>
<property name="_yate_identity" stdset="0" >
<string>help:prev</string>
</property>
<property name="text" >
<string>Previous</string>
</property>
<property name="icon" >
<iconset>prev.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="help_home" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="toolTip" >
<string>Home</string>
</property>
<property name="_yate_identity" stdset="0" >
<string>help:home</string>
</property>
<property name="text" >
<string>Home</string>
</property>
<property name="icon" >
<iconset>home.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="help_next" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="_yate_identity" stdset="0" >
<string>help:next</string>
</property>
<property name="text" >
<string>Next</string>
</property>
<property name="icon" >
<iconset>next.png</iconset>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="button_hide" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>75</width>
<height>25</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text" >
<string>Close</string>
</property>
<property name="icon" >
<iconset>close.png</iconset>
</property>
<property name="iconSize" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>