You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
405 lines
12 KiB
405 lines
12 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>MainWindow</class> |
|
<widget class="QMainWindow" name="MainWindow"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>632</width> |
|
<height>597</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>MainWindow</string> |
|
</property> |
|
<widget class="QWidget" name="centralwidget"> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<item row="0" column="0"> |
|
<layout class="QVBoxLayout" name="verticalLayout_4"> |
|
<property name="sizeConstraint"> |
|
<enum>QLayout::SetDefaultConstraint</enum> |
|
</property> |
|
<item> |
|
<widget class="QGraphicsView" name="vehiclePreviewView"/> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_13"> |
|
<item> |
|
<widget class="QLabel" name="label_9"> |
|
<property name="text"> |
|
<string>Charge Percent</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QSlider" name="chargePercentSlider"> |
|
<property name="maximum"> |
|
<number>100</number> |
|
</property> |
|
<property name="value"> |
|
<number>90</number> |
|
</property> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="tickPosition"> |
|
<enum>QSlider::TicksBelow</enum> |
|
</property> |
|
<property name="tickInterval"> |
|
<number>10</number> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="chargePercentageLabel"> |
|
<property name="text"> |
|
<string>90%</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
<item> |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
<item> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="text"> |
|
<string>Current Range</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="currentRangeValue"> |
|
<property name="text"> |
|
<string>Value</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_6"> |
|
<item> |
|
<widget class="QLabel" name="label_3"> |
|
<property name="text"> |
|
<string>Charging State</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="chargingStateValue"> |
|
<property name="text"> |
|
<string>Value</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_7"> |
|
<item> |
|
<widget class="QLabel" name="label_5"> |
|
<property name="text"> |
|
<string>Inside Temp</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="insideTempValue"> |
|
<property name="text"> |
|
<string>Value</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
<item> |
|
<widget class="QLabel" name="label_8"> |
|
<property name="text"> |
|
<string>Climate Setting</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QSpinBox" name="climateSettingSpinbox"/> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="guiOptionTempValue"> |
|
<property name="text"> |
|
<string>F</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_8"> |
|
<item> |
|
<widget class="QCheckBox" name="climateOnCheckbox"> |
|
<property name="text"> |
|
<string>Climate On</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_9"> |
|
<item> |
|
<widget class="QLabel" name="label"> |
|
<property name="text"> |
|
<string>Current Charge</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="currentChargeValue"> |
|
<property name="text"> |
|
<string>Value</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_10"> |
|
<item> |
|
<widget class="QLabel" name="label_4"> |
|
<property name="text"> |
|
<string>Charge Port</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="chargePortValue"> |
|
<property name="text"> |
|
<string>Value</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_11"> |
|
<item> |
|
<widget class="QLabel" name="label_6"> |
|
<property name="text"> |
|
<string>Outside Temp</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="outsideTempValue"> |
|
<property name="text"> |
|
<string>Value</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_12"> |
|
<item> |
|
<widget class="QLabel" name="label_10"> |
|
<property name="text"> |
|
<string>Sentry Mode</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="sentryModeValue"> |
|
<property name="text"> |
|
<string>Value</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_14"> |
|
<item> |
|
<widget class="QLabel" name="timeToChargeLabel"> |
|
<property name="text"> |
|
<string>TimeToCharge</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="timeToChargeVal"> |
|
<property name="text"> |
|
<string>Value</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
<item> |
|
<widget class="QPushButton" name="frunkPushButton"> |
|
<property name="text"> |
|
<string>Frunk</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="trunkPushButton"> |
|
<property name="text"> |
|
<string>Trunk</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="flashPushButton"> |
|
<property name="text"> |
|
<string>Flash</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
<item> |
|
<widget class="QPushButton" name="lockPushButton"> |
|
<property name="text"> |
|
<string>Lock</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="honkPushButton"> |
|
<property name="text"> |
|
<string>Honk</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="chargePushButton"> |
|
<property name="text"> |
|
<string>Start Charge</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
<widget class="QMenuBar" name="menubar"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>632</width> |
|
<height>29</height> |
|
</rect> |
|
</property> |
|
<widget class="QMenu" name="menuFile"> |
|
<property name="title"> |
|
<string>File</string> |
|
</property> |
|
<widget class="QMenu" name="menuAuto_Refresh"> |
|
<property name="title"> |
|
<string>Auto Refresh</string> |
|
</property> |
|
<addaction name="action2_Minutes"/> |
|
<addaction name="action5_Minutes"/> |
|
<addaction name="action10_Minutes"/> |
|
<addaction name="action15_Minutes"/> |
|
<addaction name="action30_Minutes"/> |
|
<addaction name="actionHourly"/> |
|
</widget> |
|
<addaction name="actionRefresh"/> |
|
<addaction name="menuAuto_Refresh"/> |
|
<addaction name="actionQuit"/> |
|
</widget> |
|
<widget class="QMenu" name="menuVehicles"> |
|
<property name="title"> |
|
<string>Vehicles</string> |
|
</property> |
|
</widget> |
|
<addaction name="menuFile"/> |
|
<addaction name="menuVehicles"/> |
|
</widget> |
|
<widget class="QStatusBar" name="statusbar"/> |
|
<action name="actionVehicles"> |
|
<property name="text"> |
|
<string>Vehicles</string> |
|
</property> |
|
</action> |
|
<action name="actionTest"> |
|
<property name="text"> |
|
<string>Test</string> |
|
</property> |
|
</action> |
|
<action name="actionRefresh"> |
|
<property name="text"> |
|
<string>Refresh</string> |
|
</property> |
|
<property name="shortcut"> |
|
<string>Ctrl+R</string> |
|
</property> |
|
</action> |
|
<action name="actionQuit"> |
|
<property name="text"> |
|
<string>Quit</string> |
|
</property> |
|
<property name="shortcut"> |
|
<string>Ctrl+Q</string> |
|
</property> |
|
</action> |
|
<action name="action2_Minutes"> |
|
<property name="text"> |
|
<string>2 Minutes</string> |
|
</property> |
|
</action> |
|
<action name="action5_Minutes"> |
|
<property name="text"> |
|
<string>5 Minutes</string> |
|
</property> |
|
</action> |
|
<action name="action10_Minutes"> |
|
<property name="text"> |
|
<string>10 Minutes</string> |
|
</property> |
|
</action> |
|
<action name="action15_Minutes"> |
|
<property name="text"> |
|
<string>15 Minutes</string> |
|
</property> |
|
</action> |
|
<action name="action30_Minutes"> |
|
<property name="text"> |
|
<string>30 Minutes</string> |
|
</property> |
|
</action> |
|
<action name="actionHourly"> |
|
<property name="text"> |
|
<string>Hourly</string> |
|
</property> |
|
</action> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|