mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-28 04:59:58 +00:00
152 lines
4.0 KiB
XML
152 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>WiFiMenuWidget</class>
|
|
<widget class="QMainWindow" name="WiFiMenuWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>570</width>
|
|
<height>467</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_wifi">
|
|
<property name="text">
|
|
<string>Please install 'wpa_supplicant' before using it</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTableWidget" name="tableWidget_wifi">
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
</property>
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
</property>
|
|
<property name="selectionBehavior">
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
</property>
|
|
<property name="sortingEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="columnCount">
|
|
<number>7</number>
|
|
</property>
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
<bool>true</bool>
|
|
</attribute>
|
|
<attribute name="verticalHeaderVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<column>
|
|
<property name="text">
|
|
<string>Name</string>
|
|
</property>
|
|
<property name="textAlignment">
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Type</string>
|
|
</property>
|
|
<property name="textAlignment">
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string># of points</string>
|
|
</property>
|
|
<property name="textAlignment">
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Signal</string>
|
|
</property>
|
|
<property name="textAlignment">
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Security</string>
|
|
</property>
|
|
<property name="textAlignment">
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
|
</property>
|
|
</column>
|
|
<column/>
|
|
<column/>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar">
|
|
<property name="windowTitle">
|
|
<string>WiFi menu toolbar</string>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonFollowStyle</enum>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionRefresh"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionStart"/>
|
|
<addaction name="actionFunc"/>
|
|
</widget>
|
|
<action name="actionRefresh">
|
|
<property name="icon">
|
|
<iconset theme="view-refresh">
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Refresh</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Refresh table</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+R</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStart">
|
|
<property name="icon">
|
|
<iconset theme="system-run">
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Connect or disconnect from selected ESSID</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFunc"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|