diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-02 16:18:24 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-02 16:18:24 +0000 |
| commit | f40087159b9efbc39859e60a8efb3fa0763c6078 (patch) | |
| tree | 5dc5cdad98ce056deec0080457459cf822353db2 /src/plugins/Ui/skinned/forms | |
| parent | e94c89ff724da90c161b3ca4034148123dc1db39 (diff) | |
| download | qmmp-f40087159b9efbc39859e60a8efb3fa0763c6078.tar.gz qmmp-f40087159b9efbc39859e60a8efb3fa0763c6078.tar.bz2 qmmp-f40087159b9efbc39859e60a8efb3fa0763c6078.zip | |
updated about dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2285 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/forms')
| -rw-r--r-- | src/plugins/Ui/skinned/forms/aboutdialog.ui | 162 |
1 files changed, 0 insertions, 162 deletions
diff --git a/src/plugins/Ui/skinned/forms/aboutdialog.ui b/src/plugins/Ui/skinned/forms/aboutdialog.ui deleted file mode 100644 index f9ea40fca..000000000 --- a/src/plugins/Ui/skinned/forms/aboutdialog.ui +++ /dev/null @@ -1,162 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>AboutDialog</class> - <widget class="QDialog" name="AboutDialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>523</width> - <height>511</height> - </rect> - </property> - <property name="windowTitle"> - <string>About Qmmp</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <property name="margin"> - <number>9</number> - </property> - <item row="0" column="0"> - <widget class="QLabel" name="pixmapLabel"> - <property name="text"> - <string/> - </property> - <property name="pixmap"> - <pixmap resource="../images/images.qrc">:/logo-qmmp.png</pixmap> - </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QTabWidget" name="tabWidget"> - <property name="currentIndex"> - <number>0</number> - </property> - <widget class="QWidget" name="aboutTab"> - <attribute name="title"> - <string>About</string> - </attribute> - <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="0"> - <widget class="QTextEdit" name="aboutTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="authorsTab"> - <attribute name="title"> - <string>Authors</string> - </attribute> - <layout class="QGridLayout" name="gridLayout_4"> - <item row="0" column="0"> - <widget class="QTextEdit" name="authorsTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="tab"> - <attribute name="title"> - <string>Translators</string> - </attribute> - <layout class="QVBoxLayout"> - <item> - <widget class="QTextEdit" name="translatorsTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="thanksToTab"> - <attribute name="title"> - <string>Thanks To</string> - </attribute> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QTextEdit" name="thanksToTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="licenseTab"> - <attribute name="title"> - <string>License Agreement</string> - </attribute> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="0" column="0"> - <widget class="QTextEdit" name="licenseTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - <property name="overwriteMode"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </widget> - </item> - <item row="2" column="0"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources> - <include location="../images/images.qrc"/> - </resources> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>AboutDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel"> - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>AboutDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel"> - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel"> - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> |
