diff options
Diffstat (limited to 'src/AboutDialogBase.ui')
-rwxr-xr-x | src/AboutDialogBase.ui | 56 |
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><qt><b>UniversalIndentGUI-TQt</b><qt></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><qt>A TQt3 port of UniversalIndentGUI, it provides a GUI for several code formatters, beautifiers and indenters.<br/><br/>TQt3 port by the TDE team.<br/>Original UniversalIndentGUI by Thomas Schweitzer.<br/>Licensed under GPL 2.</qt></string> </property> </widget> <hbox> |