Warning, /network/kget/ui/history/transferhistory.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>TransferHistory</class> 0004 <widget class="QWidget" name="TransferHistory"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>708</width> 0010 <height>41</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout"> 0014 <item> 0015 <layout class="QVBoxLayout"> 0016 <item> 0017 <layout class="QHBoxLayout"> 0018 <property name="topMargin"> 0019 <number>0</number> 0020 </property> 0021 <property name="rightMargin"> 0022 <number>0</number> 0023 </property> 0024 <item> 0025 <widget class="QPushButton" name="clearButton"> 0026 <property name="text"> 0027 <string>Clear History</string> 0028 </property> 0029 </widget> 0030 </item> 0031 <item> 0032 <spacer> 0033 <property name="orientation"> 0034 <enum>Qt::Horizontal</enum> 0035 </property> 0036 <property name="sizeHint" stdset="0"> 0037 <size> 0038 <width>40</width> 0039 <height>20</height> 0040 </size> 0041 </property> 0042 </spacer> 0043 </item> 0044 <item> 0045 <widget class="QLabel" name="label"> 0046 <property name="text"> 0047 <string>View Modes:</string> 0048 </property> 0049 </widget> 0050 </item> 0051 <item> 0052 <widget class="QPushButton" name="bt_iconview"> 0053 <property name="checkable"> 0054 <bool>true</bool> 0055 </property> 0056 <property name="checked"> 0057 <bool>true</bool> 0058 </property> 0059 <property name="autoExclusive"> 0060 <bool>true</bool> 0061 </property> 0062 </widget> 0063 </item> 0064 <item> 0065 <widget class="QPushButton" name="bt_listview"> 0066 <property name="checkable"> 0067 <bool>true</bool> 0068 </property> 0069 <property name="autoExclusive"> 0070 <bool>true</bool> 0071 </property> 0072 </widget> 0073 </item> 0074 <item> 0075 <widget class="QLabel" name="label_2"> 0076 <property name="text"> 0077 <string>Select Ranges:</string> 0078 </property> 0079 </widget> 0080 </item> 0081 <item> 0082 <widget class="KComboBox" name="rangeType"> 0083 <item> 0084 <property name="text"> 0085 <string>Date</string> 0086 </property> 0087 </item> 0088 <item> 0089 <property name="text"> 0090 <string>Size</string> 0091 </property> 0092 </item> 0093 <item> 0094 <property name="text"> 0095 <string>Host</string> 0096 </property> 0097 </item> 0098 </widget> 0099 </item> 0100 <item> 0101 <widget class="KLineEdit" name="searchBar"> 0102 <property name="inputMask"> 0103 <string/> 0104 </property> 0105 <property name="placeholderText"> 0106 <string>Filter history</string> 0107 </property> 0108 <property name="showClearButton" stdset="0"> 0109 <bool>true</bool> 0110 </property> 0111 </widget> 0112 </item> 0113 </layout> 0114 </item> 0115 </layout> 0116 </item> 0117 </layout> 0118 <action name="actionDelete_Selected"> 0119 <property name="text"> 0120 <string comment="delete selected transfer">Delete Selected</string> 0121 </property> 0122 </action> 0123 <action name="actionDownload"> 0124 <property name="text"> 0125 <string>Download</string> 0126 </property> 0127 </action> 0128 </widget> 0129 <customwidgets> 0130 <customwidget> 0131 <class>KComboBox</class> 0132 <extends>QComboBox</extends> 0133 <header>kcombobox.h</header> 0134 </customwidget> 0135 <customwidget> 0136 <class>KLineEdit</class> 0137 <extends>QLineEdit</extends> 0138 <header>klineedit.h</header> 0139 </customwidget> 0140 </customwidgets> 0141 <resources/> 0142 <connections/> 0143 </ui>