mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-08-17 23:09:56 +00:00
+ add ja to available langs
+ add signals to lineEdits * rewrite errorwindow class to static methods * replace mask in ip lineedits to validators (fix #34) * fix advanced lines * move AdHoc and Hidden options to advanced (#28) * fix default wpa_supplicant conf path (#28) * update toolbars to #2 * replace General settings section to Common (see http://doc.qt.io/qt-5/qsettings.html#Format-enum)
This commit is contained in:
@ -104,6 +104,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Should be in CIDR form according to standards</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true">127.0.0.1/32</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -163,7 +169,11 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>An IP routing gateway address</string>
|
||||
<string>An IP routing gateway address.
|
||||
Should be according to standards</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true">192.168.0.1</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -256,6 +266,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Should be in CIDR form according to standards</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true">::1/128</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -315,7 +331,11 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>An IPv6 routing gateway address</string>
|
||||
<string>An IPv6 routing gateway address.
|
||||
Should be according to standards</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true">2001:0db8:11a3:09d7:1f34:8a2e:07a0:765d</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -380,6 +400,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Should be in CIDR form according to standards</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true">192.168.0.1/24</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@ -410,6 +436,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Should be according to standards</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true">192.168.0.1</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -472,6 +504,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Should be in CIDR form according to standards</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true">2001:0db8:11a3:09d7:1f34:8a2e:07a0:765d/64</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@ -502,6 +540,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Should be according to standards</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true">2001:0db8:11a3:09d7:1f34:8a2e:07a0:765d</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -929,6 +973,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Should be according to standards</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true">8.8.8.8</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Reference in New Issue
Block a user