|
|
@ -19,6 +19,42 @@
|
|
|
|
<property name="windowTitle">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Try or Install Lubuntu</string>
|
|
|
|
<string>Try or Install Lubuntu</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
|
|
<string notr="true">QWidget {
|
|
|
|
|
|
|
|
color: #000000; /* Set text color to black */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QPushButton {
|
|
|
|
|
|
|
|
background-color: rgba(30, 144, 255, 0.8);
|
|
|
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
border: 2px solid #ffffff;
|
|
|
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
|
|
|
margin: 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QPushButton:hover {
|
|
|
|
|
|
|
|
background-color: rgba(30, 144, 255, 1);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QPushButton:disabled {
|
|
|
|
|
|
|
|
background-color: rgba(169, 169, 169, 0.8);
|
|
|
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QComboBox, QLineEdit {
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
|
|
|
color: #000000;
|
|
|
|
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
margin: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QLabel {
|
|
|
|
|
|
|
|
qproperty-alignment: 'AlignCenter';
|
|
|
|
|
|
|
|
}</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
@ -94,6 +130,7 @@
|
|
|
|
<font>
|
|
|
|
<font>
|
|
|
|
<family>Ubuntu</family>
|
|
|
|
<family>Ubuntu</family>
|
|
|
|
<pointsize>25</pointsize>
|
|
|
|
<pointsize>25</pointsize>
|
|
|
|
|
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</font>
|
|
|
@ -151,6 +188,235 @@
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="comboBoxLayout">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="comboSpacer1">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<pointsize>20</pointsize>
|
|
|
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>Select Your Language:</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QComboBox" name="languageComboBox">
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>400</width>
|
|
|
|
|
|
|
|
<height>50</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>400</width>
|
|
|
|
|
|
|
|
<height>50</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="comboSpacer2">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="verticalSpacer_11">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
|
|
<height>40</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="WiFiLayout">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="networkSpacer1">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<pointsize>20</pointsize>
|
|
|
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>Select a WiFi Network:</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QComboBox" name="networkComboBox">
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>400</width>
|
|
|
|
|
|
|
|
<height>50</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>400</width>
|
|
|
|
|
|
|
|
<height>50</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QPushButton" name="connectWifiButton">
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>100</width>
|
|
|
|
|
|
|
|
<height>50</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
|
|
|
<height>50</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<pointsize>14</pointsize>
|
|
|
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>Connect</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="networkSpacer2">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="WiFiLayout_2">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="advancedSpacer">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<pointsize>14</pointsize>
|
|
|
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>(For advanced network configuration, select "Try Lubuntu")</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="advancedSpacer_2">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="verticalSpacer_10">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
|
|
<height>40</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="verticalSpacer_6">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
|
|
<height>40</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="buttonLayout">
|
|
|
|
<layout class="QHBoxLayout" name="buttonLayout">
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
@ -219,7 +485,7 @@ QToolTip {
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -232,23 +498,7 @@ QToolTip {
|
|
|
|
</spacer>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="titleStabilizer">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeType">
|
|
|
|
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
|
|
<height>80</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -325,7 +575,7 @@ QToolTip {
|
|
|
|
</layout>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_6">
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -338,7 +588,7 @@ QToolTip {
|
|
|
|
</spacer>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
<spacer name="verticalSpacer_8">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -351,7 +601,7 @@ QToolTip {
|
|
|
|
</spacer>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_8">
|
|
|
|
<spacer name="verticalSpacer_9">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -364,7 +614,7 @@ QToolTip {
|
|
|
|
</spacer>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_9">
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -377,7 +627,7 @@ QToolTip {
|
|
|
|
</spacer>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<spacer name="verticalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -390,18 +640,47 @@ QToolTip {
|
|
|
|
</spacer>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_5">
|
|
|
|
<layout class="QHBoxLayout" name="connectionStatusLayout">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="networkSpacer1_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<width>40</width>
|
|
|
|
<height>40</height>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QLabel" name="connectionStatusLabel">
|
|
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<pointsize>16</pointsize>
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>Connection Status: </string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="networkSpacer2_2">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|