Initial commit (project based on widgets)

This commit is contained in:
Yury Shuvakin
2022-08-01 21:53:36 +03:00
parent d9396cdc2f
commit 14a7aa699f
411 changed files with 95119 additions and 0 deletions

233
debugprintpage.ui Normal file
View File

@@ -0,0 +1,233 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DebugPrintPage</class>
<widget class="QFrame" name="DebugPrintPage">
<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#DebugPrintPage
{
background-color: #f7f8fc
}
QPushButton#pbVisualizationMenuBarVoltage
{
border: 2px solid lightgrey;
border-top-left-radius: 15px;
background: white;
color: black;
font-size: 18px;
border-right-color: white;
}
QPushButton#pbVisualizationMenuBarAmperage
{
border: 2px solid lightgrey;
/* border-top-left-radius: 20px;*/
background: white;
color: black;
font-size: 18px;
border-left-color: white;
border-right-color: white;
}
QPushButton#pbVisualizationMenuBarTemperature
{
border: 2px solid lightgrey;
background: white;
color: black;
font-size: 18px;
border-left-color: white;
border-right-color: white;
}
/*----------------------------------------------------------------------*/
QPushButton#pbVisualizationMenuBarVoltage:hover:checked,
#pbVisualizationMenuBarAmperage:hover:checked,
#pbVisualizationMenuBarTemperature:hover:checked
{
/*background-color: #01673a;*/
border-bottom-color:#009352;
color:#009352;
}
QPushButton#pbVisualizationMenuBarVoltage:!hover:checked,
#pbVisualizationMenuBarAmperage:!hover:checked,
#pbVisualizationMenuBarTemperature:!hover:checked
{
/*background-color: #01673a;*/
border-bottom-color: #009352;
color:#009352;
}
QPushButton#pbVisualizationMenuBarVoltage:hover:!checked,
#pbVisualizationMenuBarAmperage:hover:!checked,
#pbVisualizationMenuBarTemperature:hover:!checked
{
/*background-color: #009352;*/
/*background-color: #028249;*/
border-bottom-color: lightgrey;
color:black;
}
</string>
</property>
<widget class="QLabel" name="lbCenterTabName">
<property name="geometry">
<rect>
<x>50</x>
<y>30</y>
<width>931</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>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
</widget>
<widget class="QLabel" name="labConsoleBrowserBackground">
<property name="geometry">
<rect>
<x>53</x>
<y>90</y>
<width>991</width>
<height>581</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true"> background-color:#FFFFFF;
border: 2px solid lightgrey;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="VTextBrowser" name="consoleBrowser">
<property name="geometry">
<rect>
<x>53</x>
<y>91</y>
<width>991</width>
<height>581</height>
</rect>
</property>
<property name="font">
<font>
<family>DejaVu Sans Mono</family>
</font>
</property>
<property name="styleSheet">
<string notr="true"> background-color:transparent;
border: 2px solid lightgrey;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
</string>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QPushButton" name="clearButton">
<property name="geometry">
<rect>
<x>1000</x>
<y>680</y>
<width>44</width>
<height>40</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Clear terminal</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/res/icons/Delete-96.png</normaloff>:/res/icons/Delete-96.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
<widget class="QLineEdit" name="consoleEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>60</x>
<y>680</y>
<width>931</width>
<height>39</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
</widget>
<zorder>labConsoleBrowserBackground</zorder>
<zorder>lbCenterTabName</zorder>
<zorder>consoleBrowser</zorder>
<zorder>clearButton</zorder>
<zorder>consoleEdit</zorder>
</widget>
<customwidgets>
<customwidget>
<class>VTextBrowser</class>
<extends>QTextEdit</extends>
<header>widgets/vtextbrowser.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>