Home | History | Annotate | Download | only in wpa_gui-qt4
      1 <ui version="4.0" >
      2  <class>ScanResults</class>
      3  <widget class="QDialog" name="ScanResults" >
      4   <property name="geometry" >
      5    <rect>
      6     <x>0</x>
      7     <y>0</y>
      8     <width>452</width>
      9     <height>244</height>
     10    </rect>
     11   </property>
     12   <property name="windowTitle" >
     13    <string>Scan results</string>
     14   </property>
     15   <layout class="QVBoxLayout" >
     16    <item>
     17     <widget class="QTreeWidget" name="scanResultsWidget" >
     18      <property name="editTriggers" >
     19       <set>QAbstractItemView::NoEditTriggers</set>
     20      </property>
     21      <property name="uniformRowHeights" >
     22       <bool>true</bool>
     23      </property>
     24      <property name="sortingEnabled" >
     25       <bool>true</bool>
     26      </property>
     27      <property name="columnCount" >
     28       <number>5</number>
     29      </property>
     30      <column>
     31       <property name="text" >
     32        <string>SSID</string>
     33       </property>
     34      </column>
     35      <column>
     36       <property name="text" >
     37        <string>BSSID</string>
     38       </property>
     39      </column>
     40      <column>
     41       <property name="text" >
     42        <string>frequency</string>
     43       </property>
     44      </column>
     45      <column>
     46       <property name="text" >
     47        <string>signal</string>
     48       </property>
     49      </column>
     50      <column>
     51       <property name="text" >
     52        <string>flags</string>
     53       </property>
     54      </column>
     55     </widget>
     56    </item>
     57    <item>
     58     <layout class="QHBoxLayout" >
     59      <item>
     60       <spacer>
     61        <property name="orientation" >
     62         <enum>Qt::Horizontal</enum>
     63        </property>
     64        <property name="sizeHint" >
     65         <size>
     66          <width>40</width>
     67          <height>20</height>
     68         </size>
     69        </property>
     70       </spacer>
     71      </item>
     72      <item>
     73       <widget class="QPushButton" name="scanButton" >
     74        <property name="text" >
     75         <string>Scan</string>
     76        </property>
     77       </widget>
     78      </item>
     79      <item>
     80       <widget class="QPushButton" name="closeButton" >
     81        <property name="text" >
     82         <string>Close</string>
     83        </property>
     84       </widget>
     85      </item>
     86     </layout>
     87    </item>
     88   </layout>
     89  </widget>
     90  <layoutdefault spacing="6" margin="11" />
     91  <pixmapfunction></pixmapfunction>
     92  <resources/>
     93  <connections/>
     94 </ui>
     95