Warning, /plasma/bluedevil/src/wizard/pages/discover.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>Discover</class>
0004  <widget class="QWidget" name="Discover">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>571</width>
0010     <height>444</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <layout class="QVBoxLayout" name="verticalLayout">
0016      <item>
0017       <widget class="QLineEdit" name="searchField">
0018        <property name="placeholderText">
0019         <string>Search…</string>
0020        </property>
0021        <property name="clearButtonEnabled">
0022         <bool>true</bool>
0023        </property>
0024       </widget>
0025      </item>
0026      <item>
0027       <widget class="QListView" name="deviceView">
0028        <property name="iconSize">
0029         <size>
0030          <width>48</width>
0031          <height>48</height>
0032         </size>
0033        </property>
0034        <property name="verticalScrollMode">
0035         <enum>QAbstractItemView::ScrollPerPixel</enum>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <layout class="QHBoxLayout" name="horizontalLayout_2">
0041        <item>
0042         <widget class="KBusyIndicatorWidget" name="busyIndicator" native="true">
0043         </widget>
0044        </item>
0045        <item>
0046         <spacer name="horizontalSpacer_2">
0047          <property name="orientation">
0048           <enum>Qt::Horizontal</enum>
0049          </property>
0050          <property name="sizeType">
0051           <enum>QSizePolicy::Fixed</enum>
0052          </property>
0053          <property name="sizeHint" stdset="0">
0054           <size>
0055            <width>4</width>
0056            <height>20</height>
0057           </size>
0058          </property>
0059         </spacer>
0060        </item>
0061        <item>
0062         <widget class="QLabel" name="label">
0063          <property name="text">
0064           <string>Scanning…</string>
0065          </property>
0066         </widget>
0067        </item>
0068        <item>
0069         <spacer name="horizontalSpacer">
0070          <property name="orientation">
0071           <enum>Qt::Horizontal</enum>
0072          </property>
0073          <property name="sizeHint" stdset="0">
0074           <size>
0075            <width>40</width>
0076            <height>20</height>
0077           </size>
0078          </property>
0079         </spacer>
0080        </item>
0081        <item>
0082         <widget class="QCheckBox" name="manualPin">
0083          <property name="text">
0084           <string>Manual PIN:</string>
0085          </property>
0086          <property name="checked">
0087           <bool>false</bool>
0088          </property>
0089         </widget>
0090        </item>
0091        <item>
0092         <widget class="QLineEdit" name="pinText">
0093          <property name="enabled">
0094           <bool>false</bool>
0095          </property>
0096          <property name="minimumSize">
0097           <size>
0098            <width>100</width>
0099            <height>0</height>
0100           </size>
0101          </property>
0102          <property name="maximumSize">
0103           <size>
0104            <width>50</width>
0105            <height>40</height>
0106           </size>
0107          </property>
0108          <property name="readOnly">
0109           <bool>false</bool>
0110          </property>
0111          <property name="placeholderText">
0112           <string>0000</string>
0113          </property>
0114         </widget>
0115        </item>
0116       </layout>
0117      </item>
0118     </layout>
0119    </item>
0120   </layout>
0121  </widget>
0122   <customwidgets>
0123   <customwidget>
0124    <class>KBusyIndicatorWidget</class>
0125    <extends>QWidget</extends>
0126    <header>kbusyindicatorwidget.h</header>
0127   </customwidget>
0128  </customwidgets>
0129  <resources/>
0130  <connections/>
0131 </ui>