diff options
Diffstat (limited to 'src-qt5/desktop-utils/lumina-archiver/MainUI.ui')
-rw-r--r-- | src-qt5/desktop-utils/lumina-archiver/MainUI.ui | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src-qt5/desktop-utils/lumina-archiver/MainUI.ui b/src-qt5/desktop-utils/lumina-archiver/MainUI.ui index 1aff2e4f..8c2b2836 100644 --- a/src-qt5/desktop-utils/lumina-archiver/MainUI.ui +++ b/src-qt5/desktop-utils/lumina-archiver/MainUI.ui @@ -57,31 +57,6 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> - <widget class="QLabel" name="label_progress_icon"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - <property name="text"> - <string notr="true"/> - </property> - </widget> - </item> - <item> <widget class="QProgressBar" name="progressBar"> <property name="value"> <number>24</number> @@ -93,9 +68,6 @@ <property name="text"> <string notr="true"/> </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> </widget> </item> </layout> @@ -129,7 +101,6 @@ <addaction name="actionRemove_File"/> <addaction name="separator"/> <addaction name="actionExtract_All"/> - <addaction name="actionExtract_Sel"/> </widget> <addaction name="menuFile"/> <addaction name="menuEdit"/> @@ -212,11 +183,6 @@ <string>Add directory to archive</string> </property> </action> - <action name="actionExtract_Sel"> - <property name="text"> - <string>Extract Selection</string> - </property> - </action> </widget> <resources/> <connections/> |