678 lines
17 KiB
XML
678 lines
17 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SettingsExtraPage</class>
|
|
<widget class="QFrame" name="SettingsExtraPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1071</width>
|
|
<height>755</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/*QWidget#SettingsExtraPage
|
|
{
|
|
background: green;
|
|
}
|
|
*/
|
|
|
|
/*------------------*/
|
|
|
|
QGroupBox#gbSerialNumberLocal,
|
|
#gbBatteryModulesCellsAkbBmsParameters,
|
|
#gbCellMinMaxVoltageNumberAmperageParameters
|
|
{
|
|
background-color:white;
|
|
border-radius:10px;
|
|
border-color: lightgrey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<widget class="QLabel" name="lbCenterTabName">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>30</y>
|
|
<width>991</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>26</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Дополнительные настройки</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="gbCellMinMaxVoltageNumberAmperageParameters">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>90</y>
|
|
<width>1001</width>
|
|
<height>641</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="lbConnection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>30</y>
|
|
<width>401</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Подключение:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pbDisconnect">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>910</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color:white;
|
|
background-color:#FFFFFF;
|
|
font-weight:bold;
|
|
font-size: 14px;
|
|
border-color: grey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
image: url(:/res/icons/Disconnected-96.png) 0 0 0 0 stretch stretch;
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="cboxComConnections">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>70</y>
|
|
<width>251</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>-1</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color: black;
|
|
font-size:18px;
|
|
border-color: lightgrey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
padding-left: 18px;
|
|
</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pbConnect">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>860</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color:white;
|
|
background-color:#FFFFFF;
|
|
font-weight:bold;
|
|
font-size: 14px;
|
|
border-color: grey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
image: url(:/res/icons/Connected-96.png) 0 0 0 0 stretch stretch;
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pbSerialRefreshButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>810</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color:white;
|
|
background-color:#FFFFFF;
|
|
font-weight:bold;
|
|
font-size: 14px;
|
|
border-color: grey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
image: url(:/res/icons/Refresh-96.png) 0 0 0 0 stretch stretch;
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="uiAutoScaleBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>387</x>
|
|
<y>70</y>
|
|
<width>61</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>13</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Try to determine the scaling factor automatically from the screen resolution and the system font settings. VESC Tool must be restarted for this setting to take effect.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Авто</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDoubleSpinBox" name="uiScaleBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>70</y>
|
|
<width>141</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>-1</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Scale the user intefrace with this factor. Useful for high resolution monitors. VESC Tool must be restarted for this setting to take effect.</p></body></html></string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color: black;
|
|
font-size:18px;
|
|
border-color: lightgrey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
padding-left: 18px;
|
|
</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>1.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>3.000000000000000</double>
|
|
</property>
|
|
<property name="singleStep">
|
|
<double>0.100000000000000</double>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>70</y>
|
|
<width>181</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>13</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>(нужна перезагрузка)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lbUiScaleFactor">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>30</y>
|
|
<width>401</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Коэффициент размера интерфейса:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lbSettingTitle_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>150</y>
|
|
<width>401</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Адрес домена 1</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lbSettingTitle_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>150</y>
|
|
<width>401</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Адрес домена 2</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lbSettingTitle_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>270</y>
|
|
<width>401</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Настройки сети:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lbSetting_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>530</x>
|
|
<y>300</y>
|
|
<width>431</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>13</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>.....................................................................................................</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lbSettingTitle_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>270</y>
|
|
<width>401</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Настройка 4</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>190</y>
|
|
<width>411</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color: black;
|
|
font-size:18px;
|
|
border-color: lightgrey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
padding-left: 18px;
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="maxLength">
|
|
<number>250</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>190</y>
|
|
<width>411</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color: black;
|
|
font-size:18px;
|
|
border-color: lightgrey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
padding-left: 18px;
|
|
</string>
|
|
</property>
|
|
<property name="maxLength">
|
|
<number>250</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lbSettingTitle_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>310</y>
|
|
<width>61</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>APN</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>310</y>
|
|
<width>351</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color: black;
|
|
font-size:18px;
|
|
border-color: lightgrey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
padding-left: 18px;
|
|
</string>
|
|
</property>
|
|
<property name="maxLength">
|
|
<number>50</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>360</y>
|
|
<width>351</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color: black;
|
|
font-size:18px;
|
|
border-color: lightgrey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
padding-left: 18px;
|
|
</string>
|
|
</property>
|
|
<property name="maxLength">
|
|
<number>50</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lbSettingTitle_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>360</y>
|
|
<width>61</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>USER</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>410</y>
|
|
<width>351</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> color: black;
|
|
font-size:18px;
|
|
border-color: lightgrey;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 6px;
|
|
padding-left: 18px;
|
|
</string>
|
|
</property>
|
|
<property name="maxLength">
|
|
<number>50</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lbSettingTitle_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>410</y>
|
|
<width>61</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe WP SemiLight</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<underline>false</underline>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#869098;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>PWD</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|