diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-02 17:12:04 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-02 17:12:04 -0700 |
| commit | f0223490becc9bba82297cd6316c87d2f89f2052 (patch) | |
| tree | c8ceec0a71c3953377c463a6a2844c4c96622560 /ZeroTierUI/networkwidget.ui | |
| parent | 81e56904104c45beb17e574eb1691a864cd91bb2 (diff) | |
| download | infinitytier-f0223490becc9bba82297cd6316c87d2f89f2052.tar.gz infinitytier-f0223490becc9bba82297cd6316c87d2f89f2052.zip | |
Make GUI work with new control client API, make control client look for user authtoken.secret if system unreadable.
Diffstat (limited to 'ZeroTierUI/networkwidget.ui')
| -rw-r--r-- | ZeroTierUI/networkwidget.ui | 127 |
1 files changed, 33 insertions, 94 deletions
diff --git a/ZeroTierUI/networkwidget.ui b/ZeroTierUI/networkwidget.ui index a4acaf1e..be3b9080 100644 --- a/ZeroTierUI/networkwidget.ui +++ b/ZeroTierUI/networkwidget.ui @@ -178,12 +178,6 @@ </item> <item> <widget class="QWidget" name="networkStatsWidget" native="true"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> <layout class="QFormLayout" name="formLayout"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::ExpandingFieldsGrow</enum> @@ -232,6 +226,12 @@ </item> <item row="2" column="1"> <widget class="QLabel" name="networkTypeLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="font"> <font> <pointsize>12</pointsize> @@ -280,101 +280,40 @@ </property> </widget> </item> - <item row="3" column="1"> - <widget class="QWidget" name="widget" native="true"> + <item row="4" column="1"> + <widget class="QLabel" name="deviceLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <layout class="QHBoxLayout" name="horizontalLayout_3"> - <property name="spacing"> - <number>12</number> - </property> - <property name="leftMargin"> - <number>0</number> - </property> - <property name="topMargin"> - <number>0</number> - </property> - <property name="rightMargin"> - <number>0</number> - </property> - <property name="bottomMargin"> - <number>0</number> - </property> - <item> - <widget class="QLabel" name="statusLabel"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="font"> - <font> - <pointsize>12</pointsize> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="statusTip"> - <string>Status of this network.</string> - </property> - <property name="text"> - <string>?</string> - </property> - <property name="textFormat"> - <enum>Qt::PlainText</enum> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="ageLabel"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="font"> - <font> - <pointsize>10</pointsize> - </font> - </property> - <property name="statusTip"> - <string>How recently did this network refresh its settings?</string> - </property> - <property name="text"> - <string>[0s ago]</string> - </property> - <property name="textFormat"> - <enum>Qt::PlainText</enum> - </property> - <property name="textInteractionFlags"> - <set>Qt::NoTextInteraction</set> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>1</height> - </size> - </property> - </spacer> - </item> - </layout> + <property name="font"> + <font> + <pointsize>12</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="statusTip"> + <string>The name of the network device on your system.</string> + </property> + <property name="text"> + <string>?</string> + </property> + <property name="textFormat"> + <enum>Qt::PlainText</enum> + </property> </widget> </item> - <item row="4" column="1"> - <widget class="QLabel" name="deviceLabel"> + <item row="3" column="1"> + <widget class="QLabel" name="statusLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="font"> <font> <pointsize>12</pointsize> @@ -383,7 +322,7 @@ </font> </property> <property name="statusTip"> - <string>The name of the network device on your system.</string> + <string>Status of this network.</string> </property> <property name="text"> <string>?</string> |
