|
@@ -22,25 +22,28 @@
|
|
<property name="class" stdset="0">
|
|
<property name="class" stdset="0">
|
|
<string>NetworkWidget</string>
|
|
<string>NetworkWidget</string>
|
|
</property>
|
|
</property>
|
|
- <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
|
+ <layout class="QHBoxLayout">
|
|
<property name="spacing">
|
|
<property name="spacing">
|
|
- <number>6</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<property name="leftMargin">
|
|
- <number>6</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<property name="topMargin">
|
|
<property name="topMargin">
|
|
- <number>6</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<property name="rightMargin">
|
|
- <number>6</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<property name="bottomMargin">
|
|
- <number>6</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<item>
|
|
<item>
|
|
<widget class="QWidget" name="leftWidget" native="true">
|
|
<widget class="QWidget" name="leftWidget" native="true">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
+ <property name="spacing">
|
|
|
|
+ <number>2</number>
|
|
|
|
+ </property>
|
|
<property name="leftMargin">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
<number>0</number>
|
|
</property>
|
|
</property>
|
|
@@ -63,13 +66,13 @@
|
|
</property>
|
|
</property>
|
|
<property name="font">
|
|
<property name="font">
|
|
<font>
|
|
<font>
|
|
- <pointsize>15</pointsize>
|
|
|
|
|
|
+ <pointsize>16</pointsize>
|
|
|
|
+ <weight>75</weight>
|
|
|
|
+ <bold>true</bold>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">background-color: rgba(0,0,0,25);
|
|
|
|
-padding: 0.25em;
|
|
|
|
-margin: 0;</string>
|
|
|
|
|
|
+ <property name="statusTip">
|
|
|
|
+ <string>This network's short name.</string>
|
|
</property>
|
|
</property>
|
|
<property name="text">
|
|
<property name="text">
|
|
<string>networkname</string>
|
|
<string>networkname</string>
|
|
@@ -133,14 +136,21 @@ margin: 0;</string>
|
|
</item>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<item row="2" column="1">
|
|
<widget class="QPushButton" name="networkIdPushButton">
|
|
<widget class="QPushButton" name="networkIdPushButton">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
<property name="font">
|
|
<property name="font">
|
|
<font>
|
|
<font>
|
|
|
|
+ <family>Courier</family>
|
|
<weight>75</weight>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
<bold>true</bold>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
- <property name="toolTip">
|
|
|
|
- <string>Click to copy network ID to clipboard.</string>
|
|
|
|
|
|
+ <property name="statusTip">
|
|
|
|
+ <string>Hexadecimal network ID; click to copy to clipboard.</string>
|
|
</property>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
<string notr="true">QPushButton {
|
|
@@ -152,11 +162,15 @@ margin: 0;</string>
|
|
}
|
|
}
|
|
|
|
|
|
QPushButton:focus {
|
|
QPushButton:focus {
|
|
- background-color: rgba(0,0,0,25);
|
|
|
|
|
|
+ background-color: rgba(0,0,0,15);
|
|
}
|
|
}
|
|
|
|
|
|
QPushButton:hover {
|
|
QPushButton:hover {
|
|
- background-color: rgba(0,0,0,25);
|
|
|
|
|
|
+ background-color: rgba(0,0,0,15);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:pressed {
|
|
|
|
+ background-color: rgba(0,0,0,75);
|
|
}
|
|
}
|
|
</string>
|
|
</string>
|
|
</property>
|
|
</property>
|
|
@@ -186,6 +200,9 @@ QPushButton:hover {
|
|
<bold>true</bold>
|
|
<bold>true</bold>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="statusTip">
|
|
|
|
+ <string>What kind of network? Public or private?</string>
|
|
|
|
+ </property>
|
|
<property name="text">
|
|
<property name="text">
|
|
<string>?</string>
|
|
<string>?</string>
|
|
</property>
|
|
</property>
|
|
@@ -242,6 +259,9 @@ QPushButton:hover {
|
|
<bold>true</bold>
|
|
<bold>true</bold>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="statusTip">
|
|
|
|
+ <string>Status of this network.</string>
|
|
|
|
+ </property>
|
|
<property name="text">
|
|
<property name="text">
|
|
<string>?</string>
|
|
<string>?</string>
|
|
</property>
|
|
</property>
|
|
@@ -263,6 +283,9 @@ QPushButton:hover {
|
|
<pointsize>8</pointsize>
|
|
<pointsize>8</pointsize>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="statusTip">
|
|
|
|
+ <string>How recently did this network refresh its settings?</string>
|
|
|
|
+ </property>
|
|
<property name="text">
|
|
<property name="text">
|
|
<string>(configuration is 0 seconds old)</string>
|
|
<string>(configuration is 0 seconds old)</string>
|
|
</property>
|
|
</property>
|
|
@@ -305,6 +328,9 @@ QPushButton:hover {
|
|
<bold>true</bold>
|
|
<bold>true</bold>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="statusTip">
|
|
|
|
+ <string>The name of the network device on your system.</string>
|
|
|
|
+ </property>
|
|
<property name="text">
|
|
<property name="text">
|
|
<string>?</string>
|
|
<string>?</string>
|
|
</property>
|
|
</property>
|
|
@@ -329,10 +355,7 @@ QPushButton:hover {
|
|
</property>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<property name="spacing">
|
|
- <number>3</number>
|
|
|
|
- </property>
|
|
|
|
- <property name="sizeConstraint">
|
|
|
|
- <enum>QLayout::SetNoConstraint</enum>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
<number>0</number>
|
|
@@ -348,11 +371,21 @@ QPushButton:hover {
|
|
</property>
|
|
</property>
|
|
<item>
|
|
<item>
|
|
<widget class="QLabel" name="label_6">
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
<property name="font">
|
|
<property name="font">
|
|
<font>
|
|
<font>
|
|
|
|
+ <pointsize>12</pointsize>
|
|
<underline>false</underline>
|
|
<underline>false</underline>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">padding: 0.1em 0 0.1em 0;</string>
|
|
|
|
+ </property>
|
|
<property name="text">
|
|
<property name="text">
|
|
<string>IP Address Assignments</string>
|
|
<string>IP Address Assignments</string>
|
|
</property>
|
|
</property>
|
|
@@ -363,12 +396,6 @@ QPushButton:hover {
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
<widget class="QListWidget" name="ipListWidget">
|
|
<widget class="QListWidget" name="ipListWidget">
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
<property name="minimumSize">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<size>
|
|
<width>0</width>
|
|
<width>0</width>
|
|
@@ -381,16 +408,16 @@ QPushButton:hover {
|
|
<pointsize>12</pointsize>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
- <property name="toolTip">
|
|
|
|
- <string>Double-click IP to copy to clipboard.</string>
|
|
|
|
|
|
+ <property name="statusTip">
|
|
|
|
+ <string>Double-click an IP to copy it to the clipboard.</string>
|
|
</property>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<property name="styleSheet">
|
|
<string notr="true">QListWidget {
|
|
<string notr="true">QListWidget {
|
|
- background-color: rgba(0,0,0,10);
|
|
|
|
|
|
+ background-color: rgba(0,0,0,5);
|
|
}
|
|
}
|
|
|
|
|
|
QListWidget:hover {
|
|
QListWidget:hover {
|
|
- background-color: rgba(0,0,0,25);
|
|
|
|
|
|
+ background-color: rgba(0,0,0,15);
|
|
}
|
|
}
|
|
</string>
|
|
</string>
|
|
</property>
|
|
</property>
|
|
@@ -415,19 +442,7 @@ QListWidget:hover {
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <widget class="QWidget" name="leaveNetworkButtonContainerWidget" native="true">
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
- <property name="minimumSize">
|
|
|
|
- <size>
|
|
|
|
- <width>100</width>
|
|
|
|
- <height>0</height>
|
|
|
|
- </size>
|
|
|
|
- </property>
|
|
|
|
|
|
+ <widget class="QWidget" name="leaveButtonContainerWidget" native="true">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<property name="spacing">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
<number>0</number>
|
|
@@ -452,22 +467,55 @@ QListWidget:hover {
|
|
<property name="sizeHint" stdset="0">
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<size>
|
|
<width>40</width>
|
|
<width>40</width>
|
|
- <height>20</height>
|
|
|
|
|
|
+ <height>1</height>
|
|
</size>
|
|
</size>
|
|
</property>
|
|
</property>
|
|
</spacer>
|
|
</spacer>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
<widget class="QPushButton" name="leaveNetworkButton">
|
|
<widget class="QPushButton" name="leaveNetworkButton">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
<property name="font">
|
|
<property name="font">
|
|
<font>
|
|
<font>
|
|
- <pointsize>10</pointsize>
|
|
|
|
- <underline>false</underline>
|
|
|
|
|
|
+ <pointsize>12</pointsize>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="statusTip">
|
|
|
|
+ <string>Leave this network.</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">QPushButton {
|
|
|
|
+ border: 0;
|
|
|
|
+ padding: 0.25em;
|
|
|
|
+ margin: 0;
|
|
|
|
+ text-align: right;
|
|
|
|
+ background-color: transparent;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:focus {
|
|
|
|
+ background-color: rgba(0,0,0,25);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:hover {
|
|
|
|
+ background-color: rgba(0,0,0,25);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:pressed {
|
|
|
|
+ background-color: rgba(0,0,0,75);
|
|
|
|
+}
|
|
|
|
+</string>
|
|
|
|
+ </property>
|
|
<property name="text">
|
|
<property name="text">
|
|
<string>Leave Network</string>
|
|
<string>Leave Network</string>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="flat">
|
|
|
|
+ <bool>true</bool>
|
|
|
|
+ </property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
</layout>
|
|
</layout>
|
|
@@ -480,7 +528,6 @@ QListWidget:hover {
|
|
</widget>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstops>
|
|
<tabstop>ipListWidget</tabstop>
|
|
<tabstop>ipListWidget</tabstop>
|
|
- <tabstop>leaveNetworkButton</tabstop>
|
|
|
|
</tabstops>
|
|
</tabstops>
|
|
<resources/>
|
|
<resources/>
|
|
<connections/>
|
|
<connections/>
|