kde-extraapps/kget/ui/history/transferhistory.ui
Ivailo Monev 6ccf553d1e generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-14 16:21:09 +03:00

147 lines
3.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TransferHistory</class>
<widget class="QWidget" name="TransferHistory">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>708</width>
<height>41</height>
</rect>
</property>
<layout class="QVBoxLayout">
<item>
<layout class="QVBoxLayout">
<item>
<layout class="QHBoxLayout">
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="clearButton">
<property name="text">
<string>Clear History</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>View Modes:</string>
</property>
</widget>
</item>
<item>
<widget class="KPushButton" name="bt_iconview">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="KPushButton" name="bt_listview">
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Select Ranges:</string>
</property>
</widget>
</item>
<item>
<widget class="KComboBox" name="rangeType">
<item>
<property name="text">
<string>Date</string>
</property>
</item>
<item>
<property name="text">
<string>Size</string>
</property>
</item>
<item>
<property name="text">
<string>Host</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="KLineEdit" name="searchBar">
<property name="inputMask">
<string/>
</property>
<property name="placeholderText">
<string>Filter history</string>
</property>
<property name="showClearButton" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
<action name="actionDelete_Selected">
<property name="text">
<string comment="delete selected transfer">Delete Selected</string>
</property>
</action>
<action name="actionDownload">
<property name="text">
<string>Download</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
<customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header>klineedit.h</header>
</customwidget>
<customwidget>
<class>KPushButton</class>
<extends>QPushButton</extends>
<header>kpushbutton.h</header>
</customwidget>
</customwidgets>
<connections/>
</ui>