now plasmoid works normally

This commit is contained in:
arcan1s
2014-02-01 04:19:53 +04:00
parent 695f697a9e
commit 40b05e2ea5
3 changed files with 104 additions and 20 deletions

View File

@ -46,7 +46,7 @@
<widget class="QLabel" name="label_autoUpdate">
<property name="minimumSize">
<size>
<width>100</width>
<width>150</width>
<height>23</height>
</size>
</property>
@ -170,6 +170,29 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="layout_sudo">
<item>
<widget class="QCheckBox" name="checkBox_sudo">
<property name="minimumSize">
<size>
<width>150</width>
<height>23</height>
</size>
</property>
<property name="text">
<string>Use sudo for netctl</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_sudo"/>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="checkBox_showBigInterface">
<property name="text">
@ -624,6 +647,8 @@
<tabstop>pushButton_gui</tabstop>
<tabstop>lineEdit_netctl</tabstop>
<tabstop>pushButton_netctl</tabstop>
<tabstop>checkBox_sudo</tabstop>
<tabstop>lineEdit_sudo</tabstop>
<tabstop>checkBox_showBigInterface</tabstop>
<tabstop>checkBox_showNetDev</tabstop>
<tabstop>checkBox_showExtIp</tabstop>