diff options
Diffstat (limited to 'mageiaSync/mageiaSyncAbout.ui')
-rw-r--r-- | mageiaSync/mageiaSyncAbout.ui | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/mageiaSync/mageiaSyncAbout.ui b/mageiaSync/mageiaSyncAbout.ui new file mode 100644 index 0000000..a1e3105 --- /dev/null +++ b/mageiaSync/mageiaSyncAbout.ui @@ -0,0 +1,133 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>aboutDialog</class> + <widget class="QWidget" name="aboutDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>452</width> + <height>348</height> + </rect> + </property> + <property name="windowTitle"> + <string>MageiaSync</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label_4"> + <property name="maximumSize"> + <size> + <width>200</width> + <height>200</height> + </size> + </property> + <property name="text"> + <string/> + </property> + <property name="pixmap"> + <pixmap>../../../../usr/share/icons/hicolor/scalable/apps/mageiasync.svg</pixmap> + </property> + <property name="scaledContents"> + <bool>true</bool> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + <property name="margin"> + <number>30</number> + </property> + <property name="indent"> + <number>0</number> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QLabel" name="label"> + <property name="font"> + <font> + <pointsize>11</pointsize> + </font> + </property> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="text"> + <string>mageiaSync</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>A tool for loading ISO images. It is a frontend to rsync.</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>License: GNU GPL v3</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QPushButton" name="creditsButton"> + <property name="text"> + <string>Credits</string> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> + <set>QDialogButtonBox::Ok</set> + </property> + <property name="centerButtons"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>aboutDialog</receiver> + <slot>close()</slot> + <hints> + <hint type="sourcelabel"> + <x>225</x> + <y>319</y> + </hint> + <hint type="destinationlabel"> + <x>225</x> + <y>172</y> + </hint> + </hints> + </connection> + </connections> +</ui> |