summaryrefslogtreecommitdiffstats
path: root/src/__TODO/AboutDialog.ui
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-02-09 22:17:59 +0900
committerMichele Calgaro <[email protected]>2023-02-09 22:17:59 +0900
commita57b51348a0056a552568e0b70db51463f322f9c (patch)
tree6cdcd10cf85560e1a679fb3747d7ce6e11a77d35 /src/__TODO/AboutDialog.ui
parentae3256947f8ac390d0efa271f9721b3ac92f2999 (diff)
downloaduniversal-indent-gui-tqt-a57b51348a0056a552568e0b70db51463f322f9c.tar.gz
universal-indent-gui-tqt-a57b51348a0056a552568e0b70db51463f322f9c.zip
First part of About dialog.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/__TODO/AboutDialog.ui')
-rwxr-xr-xsrc/__TODO/AboutDialog.ui87
1 files changed, 0 insertions, 87 deletions
diff --git a/src/__TODO/AboutDialog.ui b/src/__TODO/AboutDialog.ui
index dbc2b8c..3415427 100755
--- a/src/__TODO/AboutDialog.ui
+++ b/src/__TODO/AboutDialog.ui
@@ -2,69 +2,19 @@
<ui version="4.0">
<class>AboutDialog</class>
<widget class="TQDialog" name="AboutDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>588</width>
- <height>512</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>588</width>
- <height>333</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>About UniversalIndentGUI</string>
- </property>
<property name="windowIcon">
<iconset resource="../resources/Icons.qrc">
<normaloff>:/mainWindow/info.png</normaloff>:/mainWindow/info.png</iconset>
</property>
<layout class="TQVBoxLayout">
- <property name="margin">
- <number>0</number>
- </property>
<item>
<widget class="TQFrame" name="frame">
<property name="styleSheet">
<string notr="true">TQFrame#frame { background-color: qlineargradient( x1:0, y1:0, x2:0, y2:1, stop:0 #FFFF60, stop:0.5 #D8C304, stop:1 #FFFF60 ); border: 2px solid #A89C57; border-radius: 4px;}</string>
</property>
- <property name="frameShape">
- <enum>TQFrame::StyledPanel</enum>
- </property>
<layout class="TQVBoxLayout">
<item>
<widget class="TQLabel" name="bannerLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>570</width>
- <height>87</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>570</width>
- <height>87</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
<property name="pixmap">
<pixmap resource="../resources/Icons.qrc">:/aboutDialog/banner.png</pixmap>
</property>
@@ -166,27 +116,8 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="TQPushButton" name="okButton">
- <property name="styleSheet">
- <string notr="true">TQPushButton#okButton { background-color: qlineargradient( x1:0, y1:0, x2:0, y2:1, stop:0 #DCB28A, stop:0.5 #B8784B, stop:1 #DCB28A ); border: 2px solid #A89C57; border-radius: 4px;} TQPushButton:hover#okButton { background-color: qlineargradient( x1:0, y1:0, x2:0, y2:1, stop:0 #B8784B, stop:0.5 #DCB28A, stop:1 #B8784B ); } TQPushButton:pressed#okButton{ border: 2px solid #D8CB75 }</string>
- </property>
- <property name="text">
- <string> OK </string>
- </property>
</widget>
</item>
- <item>
- <spacer>
- <property name="orientation">
- <enum>TQt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
</layout>
</item>
</layout>
@@ -197,22 +128,4 @@ p, li { white-space: pre-wrap; }
<resources>
<include location="../resources/Icons.qrc"/>
</resources>
- <connections>
- <connection>
- <sender>okButton</sender>
- <signal>clicked()</signal>
- <receiver>AboutDialog</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>278</x>
- <y>253</y>
- </hint>
- <hint type="destinationlabel">
- <x>96</x>
- <y>254</y>
- </hint>
- </hints>
- </connection>
- </connections>
</ui>