Warning, /network/kget/ui/mirror/mirroradddlg.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>MirrorAddDlg</class> 0004 <widget class="QWidget" name="MirrorAddDlg"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>481</width> 0010 <height>187</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout"> 0014 <item> 0015 <layout class="QFormLayout" name="formLayout"> 0016 <item row="0" column="0"> 0017 <widget class="QLabel" name="labelMirror"> 0018 <property name="text"> 0019 <string>Mirror:</string> 0020 </property> 0021 </widget> 0022 </item> 0023 <item row="1" column="0"> 0024 <widget class="QLabel" name="labelConnections"> 0025 <property name="text"> 0026 <string>Number of connections:</string> 0027 </property> 0028 </widget> 0029 </item> 0030 <item row="0" column="1"> 0031 <widget class="KLineEdit" name="url"> 0032 <property name="placeholderText" stdset="0"> 0033 <string>Enter a URL</string> 0034 </property> 0035 <property name="showClearButton" stdset="0"> 0036 <bool>true</bool> 0037 </property> 0038 </widget> 0039 </item> 0040 <item row="1" column="1"> 0041 <widget class="QSpinBox" name="numConnections"> 0042 <property name="minimum"> 0043 <number>1</number> 0044 </property> 0045 <property name="maximum"> 0046 <number>20</number> 0047 </property> 0048 </widget> 0049 </item> 0050 <item row="2" column="0"> 0051 <widget class="QLabel" name="labelPriority"> 0052 <property name="text"> 0053 <string>Priority:</string> 0054 </property> 0055 </widget> 0056 </item> 0057 <item row="2" column="1"> 0058 <widget class="QSpinBox" name="priority"> 0059 <property name="toolTip"> 0060 <string>Optional: The priority of the mirror, 1 highest 999999 lowest.</string> 0061 </property> 0062 <property name="value"> 0063 <number>0</number> 0064 </property> 0065 <property name="minimum"> 0066 <number>0</number> 0067 </property> 0068 <property name="maximum"> 0069 <number>999999</number> 0070 </property> 0071 <property name="specialValueText"> 0072 <string>not specified</string> 0073 </property> 0074 </widget> 0075 </item> 0076 <item row="3" column="0"> 0077 <widget class="QLabel" name="labelLocation"> 0078 <property name="text"> 0079 <string>Location:</string> 0080 </property> 0081 </widget> 0082 </item> 0083 <item row="3" column="1"> 0084 <widget class="QComboBox" name="location"/> 0085 </item> 0086 </layout> 0087 </item> 0088 <item> 0089 <spacer name="verticalSpacer"> 0090 <property name="orientation"> 0091 <enum>Qt::Vertical</enum> 0092 </property> 0093 <property name="sizeHint" stdset="0"> 0094 <size> 0095 <width>20</width> 0096 <height>40</height> 0097 </size> 0098 </property> 0099 </spacer> 0100 </item> 0101 <item> 0102 <widget class="QDialogButtonBox" name="buttonBox"> 0103 <property name="standardButtons"> 0104 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Yes</set> 0105 </property> 0106 </widget> 0107 </item> 0108 </layout> 0109 </widget> 0110 <customwidgets> 0111 <customwidget> 0112 <class>KLineEdit</class> 0113 <extends>QLineEdit</extends> 0114 <header>KLineEdit</header> 0115 </customwidget> 0116 </customwidgets> 0117 <resources/> 0118 <connections/> 0119 </ui>