<?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>820</width> <height>627</height> </rect> </property> <property name="windowTitle"> <string notr="true">mageiaSync v0.3.4</string> </property> <property name="windowIcon"> <iconset> <normaloff>../../../../usr/share/icons/hicolor/scalable/apps/mageiasync.svg</normaloff>../../../../usr/share/icons/hicolor/scalable/apps/mageiasync.svg</iconset> </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <widget class="QWidget" name="centralwidget"> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="sizeConstraint"> <enum>QLayout::SetFixedSize</enum> </property> <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> </layout> </item> <item row="1" column="0"> <widget class="QTableView" name="listIsos"> <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 row="2" column="0"> <widget class="QLabel" name="localDirLabel"> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <property name="text"> <string notr="true">Local directory:</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QTableView" name="localList"> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <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 row="4" column="0"> <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 row="5" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Report</string> </property> </widget> </item> <item row="6" column="0"> <widget class="QTextEdit" name="lvText"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="7" column="0"> <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> <item> <widget class="QPushButton" name="quit"> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <property name="text"> <string>&Quit</string> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>820</width> <height>25</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="locale"> <locale language="English" country="UnitedStates"/> </property> <property name="title"> <string>S&ync</string> </property> <addaction name="actionRename"/> <addaction name="actionCheck"/> </widget> <widget class="QMenu" name="menuA_bout"> <property name="title"> <string>&Help</string> </property> <addaction name="actionOnline_help"/> <addaction name="actionAbout"/> </widget> <addaction name="menuFile"/> <addaction name="menuSync"/> <addaction name="menuA_bout"/> </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> <action name="actionCheck"> <property name="text"> <string>&Check</string> </property> <property name="toolTip"> <string>Check selected images</string> </property> </action> <action name="actionAbout"> <property name="text"> <string>A&bout</string> </property> </action> <action name="actionOnline_help"> <property name="text"> <string>Online &help</string> </property> </action> </widget> <tabstops> <tabstop>syncGo</tabstop> <tabstop>stop</tabstop> </tabstops> <resources/> <connections/> </ui>