add gui for netctl-auto

This commit is contained in:
arcan1s
2014-07-12 13:23:43 +04:00
parent c3f090d9a0
commit de22663156
11 changed files with 575 additions and 44 deletions

View File

@ -73,6 +73,37 @@
<string>netctl</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="layout_systemctlPath">
<item>
<widget class="QLabel" name="label_systemctlPath">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>systemctl path</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_systemctlPath">
<property name="toolTip">
<string>Path to systemctl</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_systemctlPath">
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="layout_netctlPath">
<item>
@ -122,7 +153,7 @@
<item>
<widget class="QLineEdit" name="lineEdit_netctlAutoPath">
<property name="toolTip">
<string>Path to netctl</string>
<string>Path to netctl-auto</string>
</property>
</widget>
</item>
@ -135,6 +166,30 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="layout_netctlAutoService">
<item>
<widget class="QLabel" name="label_netctlAutoService">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>netctl-auto service</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_netctlAutoService">
<property name="toolTip">
<string>Name of netctl-auto systemd service</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="layout_profilePath">
<item>
@ -317,7 +372,7 @@
<item>
<widget class="QLineEdit" name="lineEdit_wpaActiondPath">
<property name="toolTip">
<string>Path to wpa_cli</string>
<string>Path to wpa_actiond</string>
</property>
</widget>
</item>