Warning, /plasma/plasma-nm/libs/editor/settings/ui/infiniband.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 <author>Lukáš Tinkl <ltinkl@redhat.com></author> 0004 <class>InfinibandWidget</class> 0005 <widget class="QWidget" name="InfinibandWidget"> 0006 <property name="geometry"> 0007 <rect> 0008 <x>0</x> 0009 <y>0</y> 0010 <width>414</width> 0011 <height>362</height> 0012 </rect> 0013 </property> 0014 <layout class="QFormLayout" name="formLayout"> 0015 <property name="verticalSpacing"> 0016 <number>6</number> 0017 </property> 0018 <item row="0" column="0"> 0019 <widget class="QLabel" name="label"> 0020 <property name="text"> 0021 <string>Transport mode:</string> 0022 </property> 0023 <property name="buddy"> 0024 <cstring>transport</cstring> 0025 </property> 0026 </widget> 0027 </item> 0028 <item row="0" column="1"> 0029 <widget class="KComboBox" name="transport"> 0030 <property name="sizePolicy"> 0031 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0032 <horstretch>0</horstretch> 0033 <verstretch>0</verstretch> 0034 </sizepolicy> 0035 </property> 0036 </widget> 0037 </item> 0038 <item row="1" column="0"> 0039 <widget class="QLabel" name="label_2"> 0040 <property name="text"> 0041 <string>Restrict to device:</string> 0042 </property> 0043 <property name="buddy"> 0044 <cstring>macAddress</cstring> 0045 </property> 0046 </widget> 0047 </item> 0048 <item row="1" column="1"> 0049 <widget class="HwAddrComboBox" name="macAddress"> 0050 <property name="sizePolicy"> 0051 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0052 <horstretch>0</horstretch> 0053 <verstretch>0</verstretch> 0054 </sizepolicy> 0055 </property> 0056 </widget> 0057 </item> 0058 <item row="2" column="0"> 0059 <widget class="QLabel" name="label_4"> 0060 <property name="text"> 0061 <string>MTU:</string> 0062 </property> 0063 <property name="buddy"> 0064 <cstring>mtu</cstring> 0065 </property> 0066 </widget> 0067 </item> 0068 <item row="2" column="1"> 0069 <widget class="QSpinBox" name="mtu"> 0070 <property name="sizePolicy"> 0071 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0072 <horstretch>0</horstretch> 0073 <verstretch>0</verstretch> 0074 </sizepolicy> 0075 </property> 0076 <property name="alignment"> 0077 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0078 </property> 0079 <property name="specialValueText"> 0080 <string comment="MTU:">Automatic</string> 0081 </property> 0082 <property name="suffix"> 0083 <string> bytes</string> 0084 </property> 0085 <property name="maximum"> 0086 <number>2044</number> 0087 </property> 0088 </widget> 0089 </item> 0090 </layout> 0091 </widget> 0092 <customwidgets> 0093 <customwidget> 0094 <class>KComboBox</class> 0095 <extends>QComboBox</extends> 0096 <header>kcombobox.h</header> 0097 </customwidget> 0098 <customwidget> 0099 <class>HwAddrComboBox</class> 0100 <extends>QComboBox</extends> 0101 <header>hwaddrcombobox.h</header> 0102 </customwidget> 0103 </customwidgets> 0104 <tabstops> 0105 <tabstop>transport</tabstop> 0106 <tabstop>macAddress</tabstop> 0107 <tabstop>mtu</tabstop> 0108 </tabstops> 0109 <resources/> 0110 <connections/> 0111 </ui>