diff options
author | SARL ENR-68 <david@david.david> | 2014-09-20 18:08:10 +0200 |
---|---|---|
committer | SARL ENR-68 <david@david.david> | 2014-09-20 18:08:10 +0200 |
commit | 9a449b9ca39fa2857eede22a220b506e02fba707 (patch) | |
tree | 90fc98329aed7c8ddb74ad9de193a763efa6e088 /mageiaSync/mageiaSyncUI.ui | |
parent | 3f84d86f8d0b462b5a0d39ea01d8e72cf3cf8dda (diff) | |
download | MageiaSync-9a449b9ca39fa2857eede22a220b506e02fba707.tar MageiaSync-9a449b9ca39fa2857eede22a220b506e02fba707.tar.gz MageiaSync-9a449b9ca39fa2857eede22a220b506e02fba707.tar.bz2 MageiaSync-9a449b9ca39fa2857eede22a220b506e02fba707.tar.xz MageiaSync-9a449b9ca39fa2857eede22a220b506e02fba707.zip |
Merge branch local 'master' of david.david
- rename folder 'mageiaSync' instead of 'mageiasync'
- fix setup.py file
- fix spec file
- add a CHANGELOG file
Diffstat (limited to 'mageiaSync/mageiaSyncUI.ui')
-rw-r--r-- | mageiaSync/mageiaSyncUI.ui | 250 |
1 files changed, 250 insertions, 0 deletions
diff --git a/mageiaSync/mageiaSyncUI.ui b/mageiaSync/mageiaSyncUI.ui new file mode 100644 index 0000000..a86d314 --- /dev/null +++ b/mageiaSync/mageiaSyncUI.ui @@ -0,0 +1,250 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>mainWindow</class> + <widget class="QMainWindow" name="mainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>862</width> + <height>587</height> + </rect> + </property> + <property name="windowTitle"> + <string>MageiaSync</string> + </property> + <widget class="QWidget" name="centralwidget"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="remoteDirLabel"> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="text"> + <string>Remote directory</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="selectAll"> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="text"> + <string>Select All</string> + </property> + </widget> + </item> + <item> + <widget class="QListWidget" name="listIsos"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::MultiSelection</enum> + </property> + <property name="modelColumn"> + <number>0</number> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="localDirLabel"> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="text"> + <string>Local directory:</string> + </property> + </widget> + </item> + <item> + <widget class="QTableView" name="localList"> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::MultiSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <property name="gridStyle"> + <enum>Qt::DotLine</enum> + </property> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <property name="bottomMargin"> + <number>9</number> + </property> + <item> + <widget class="QProgressBar" name="IprogressBar"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="value"> + <number>24</number> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="Lsize"> + <property name="text"> + <string>0 bytes</string> + </property> + </widget> + </item> + <item> + <widget class="QLCDNumber" name="speedLCD"/> + </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>kB/s</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_3"> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="text"> + <string>Remaining:</string> + </property> + </widget> + </item> + <item> + <widget class="QTimeEdit" name="timeRemaining"> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + <property name="buttonSymbols"> + <enum>QAbstractSpinBox::NoButtons</enum> + </property> + <property name="displayFormat"> + <string>H:mm:ss</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="syncGo"> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="text"> + <string>Do sync</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="stop"> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="text"> + <string>Stop</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Report</string> + </property> + </widget> + </item> + <item> + <widget class="QTextEdit" name="lvText"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QMenuBar" name="menubar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>862</width> + <height>19</height> + </rect> + </property> + <widget class="QMenu" name="menuFile"> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="title"> + <string>File</string> + </property> + <addaction name="actionUpdate"/> + <addaction name="actionPreferences"/> + <addaction name="actionQuit"/> + </widget> + <widget class="QMenu" name="menuSync"> + <property name="title"> + <string>Sync</string> + </property> + <addaction name="actionRename"/> + </widget> + <addaction name="menuFile"/> + <addaction name="menuSync"/> + </widget> + <widget class="QStatusBar" name="statusbar"/> + <action name="actionUpdate"> + <property name="text"> + <string>Update list</string> + </property> + </action> + <action name="actionQuit"> + <property name="text"> + <string>Quit</string> + </property> + </action> + <action name="actionPreferences"> + <property name="text"> + <string>Preferences</string> + </property> + </action> + <action name="actionRename"> + <property name="text"> + <string>Rename archives</string> + </property> + </action> + </widget> + <tabstops> + <tabstop>syncGo</tabstop> + <tabstop>listIsos</tabstop> + <tabstop>stop</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> |