Warning, /plasma/plasma-nm/libs/editor/settings/ui/bt.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>BtWidget</class> 0005 <widget class="QWidget" name="BtWidget"> 0006 <property name="geometry"> 0007 <rect> 0008 <x>0</x> 0009 <y>0</y> 0010 <width>400</width> 0011 <height>300</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>Address of the device:</string> 0022 </property> 0023 <property name="buddy"> 0024 <cstring>bdaddr</cstring> 0025 </property> 0026 </widget> 0027 </item> 0028 <item row="0" column="1"> 0029 <widget class="HwAddrComboBox" name="bdaddr"> 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>Connection type:</string> 0042 </property> 0043 <property name="buddy"> 0044 <cstring>type</cstring> 0045 </property> 0046 </widget> 0047 </item> 0048 <item row="1" column="1"> 0049 <widget class="KComboBox" name="type"> 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 </layout> 0059 </widget> 0060 <customwidgets> 0061 <customwidget> 0062 <class>KComboBox</class> 0063 <extends>QComboBox</extends> 0064 <header>kcombobox.h</header> 0065 </customwidget> 0066 <customwidget> 0067 <class>HwAddrComboBox</class> 0068 <extends>QComboBox</extends> 0069 <header>hwaddrcombobox.h</header> 0070 </customwidget> 0071 </customwidgets> 0072 <resources/> 0073 <connections/> 0074 </ui>