summaryrefslogtreecommitdiffstats
path: root/src/AboutDialogBase.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/AboutDialogBase.ui')
-rwxr-xr-xsrc/AboutDialogBase.ui56
1 files changed, 30 insertions, 26 deletions
diff --git a/src/AboutDialogBase.ui b/src/AboutDialogBase.ui
index b67864e..24dfbf6 100755
--- a/src/AboutDialogBase.ui
+++ b/src/AboutDialogBase.ui
@@ -2,30 +2,24 @@
<class>AboutDialogBase</class>
<widget class="TQDialog">
<property name="name">
- <cstring>AboutDialogBase</cstring>
+ <cstring>AboutDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
- <width>588</width>
- <height>512</height>
+ <width>500</width>
+ <height>300</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
+ <vsizetype>0</vsizetype>
+ <horstretch>1</horstretch>
+ <verstretch>1</verstretch>
</sizepolicy>
</property>
- <property name="minimumSize">
- <size>
- <width>588</width>
- <height>333</height>
- </size>
- </property>
<property name="caption">
<string>About UniversalIndentGUI</string>
</property>
@@ -38,35 +32,45 @@
<cstring>frame</cstring>
</property>
<property name="frameShape">
- <enum>StyledPanel</enum>
+ <enum>NoFrame</enum>
</property>
<vbox>
<widget class="TQLabel">
<property name="name">
- <cstring>bannerLabel</cstring>
+ <cstring>titleLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
- <hsizetype>0</hsizetype>
+ <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="minimumSize">
- <size>
- <width>570</width>
- <height>87</height>
- </size>
+ <property name="alignment">
+ <enum>AlignHCenter</enum>
+ </property>
+ <property name="text">
+ <string>&lt;qt&gt;&lt;b&gt;UniversalIndentGUI-TQt&lt;/b&gt;&lt;qt&gt;</string>
+ </property>
+ </widget>
+ <widget class="TQLabel">
+ <property name="name">
+ <cstring>authorTextBrowser</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="maximumSize">
- <size>
- <width>570</width>
- <height>87</height>
- </size>
+ <property name="alignment">
+ <enum>AlignHCenter</enum>
</property>
<property name="text">
- <string></string>
+ <string>&lt;qt&gt;A TQt3 port of UniversalIndentGUI, it provides a GUI for several code formatters, beautifiers and indenters.&lt;br/&gt;&lt;br/&gt;TQt3 port by the TDE team.&lt;br/&gt;Original UniversalIndentGUI by Thomas Schweitzer.&lt;br/&gt;Licensed under GPL 2.&lt;/qt&gt;</string>
</property>
</widget>
<hbox>