summaryrefslogtreecommitdiff
path: root/HelpDialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'HelpDialog.ui')
-rw-r--r--HelpDialog.ui219
1 files changed, 219 insertions, 0 deletions
diff --git a/HelpDialog.ui b/HelpDialog.ui
new file mode 100644
index 0000000..0707ab0
--- /dev/null
+++ b/HelpDialog.ui
@@ -0,0 +1,219 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>HelpDialog</class>
+ <widget class="QDialog" name="HelpDialog">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>681</width>
+ <height>389</height>
+ </rect>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>16777214</height>
+ </size>
+ </property>
+ <property name="windowTitle">
+ <string>About ultracopier</string>
+ </property>
+ <property name="windowIcon">
+ <iconset resource="resources/resources.qrc">
+ <normaloff>:/ultracopier-16x16.png</normaloff>:/ultracopier-16x16.png</iconset>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <property name="sizeConstraint">
+ <enum>QLayout::SetMinimumSize</enum>
+ </property>
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="minimumSize">
+ <size>
+ <width>128</width>
+ <height>128</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>128</width>
+ <height>128</height>
+ </size>
+ </property>
+ <property name="pixmap">
+ <pixmap resource="resources/resources.qrc">:/ultracopier-128x128.png</pixmap>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QLabel" name="label_ultracopier">
+ <property name="font">
+ <font>
+ <pointsize>12</pointsize>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string notr="true">Ultracopier %1</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_description">
+ <property name="text">
+ <string>Based on Qt. It provide advanced copier with more advanced feature. It's under GPL3.
+This version is compiled as version: %1.</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_site">
+ <property name="text">
+ <string>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</string>
+ </property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_platform">
+ <property name="text">
+ <string>Platform: %1</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="lineEditInsertDebug">
+ <property name="toolTip">
+ <string notr="true">Insert debug note to annotate some special action at current time</string>
+ </property>
+ <property name="statusTip">
+ <string notr="true">Insert debug note to annotate some special action at current time</string>
+ </property>
+ <property name="placeholderText">
+ <string notr="true">Insert debug note to annotate some special action at current time</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QTreeWidget" name="debugView">
+ <property name="rootIsDecorated">
+ <bool>false</bool>
+ </property>
+ <property name="uniformRowHeights">
+ <bool>true</bool>
+ </property>
+ <column>
+ <property name="text">
+ <string notr="true">Time</string>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string notr="true">File</string>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string notr="true">Function</string>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string notr="true">Location</string>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string notr="true">Text</string>
+ </property>
+ </column>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayoutButton">
+ <item>
+ <widget class="QPushButton" name="pushButtonAboutQt">
+ <property name="text">
+ <string>About Qt</string>
+ </property>
+ </widget>
+ </item>
+ <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>
+ <item>
+ <widget class="QPushButton" name="pushButtonCrash">
+ <property name="text">
+ <string>Do a crash</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pushButtonSaveBugReport">
+ <property name="text">
+ <string>Save bug report</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pushButtonClose">
+ <property name="text">
+ <string>Close</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <tabstops>
+ <tabstop>debugView</tabstop>
+ <tabstop>lineEditInsertDebug</tabstop>
+ <tabstop>pushButtonAboutQt</tabstop>
+ <tabstop>pushButtonSaveBugReport</tabstop>
+ <tabstop>pushButtonClose</tabstop>
+ </tabstops>
+ <resources>
+ <include location="resources/resources.qrc"/>
+ </resources>
+ <connections>
+ <connection>
+ <sender>pushButtonClose</sender>
+ <signal>clicked()</signal>
+ <receiver>HelpDialog</receiver>
+ <slot>hide()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>387</x>
+ <y>216</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>329</x>
+ <y>212</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>