mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-08-17 14:59:55 +00:00
release 1.1.0
This commit is contained in:
@ -305,6 +305,36 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="layout_frequency">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_frequency">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>150</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Frequency</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="spinBox_frequency">
|
||||
<property name="toolTip">
|
||||
<string>Priority group for the network</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>2000</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>6000</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="layout_priority">
|
||||
<item>
|
||||
@ -525,6 +555,7 @@
|
||||
<tabstop>spinBox_freq</tabstop>
|
||||
<tabstop>pushButton_freq</tabstop>
|
||||
<tabstop>listWidget_freq</tabstop>
|
||||
<tabstop>spinBox_frequency</tabstop>
|
||||
<tabstop>spinBox_priority</tabstop>
|
||||
<tabstop>lineEdit_country</tabstop>
|
||||
<tabstop>lineEdit_wpaGroup</tabstop>
|
||||
|
Reference in New Issue
Block a user