BackstageView Example
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutPage</class>
<widget class="RibbonBackstagePage" name="AboutPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>674</width>
<height>445</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>637</width>
<height>445</height>
</size>
</property>
<property name="windowTitle">
<string>About</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
<property name="spacing">
<number>10</number>
</property>
<property name="leftMargin">
<number>20</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,1">
<property name="topMargin">
<number>13</number>
</property>
<item>
<widget class="QLabel" name="labelSupport">
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Support</span></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="RibbonBackstageSeparator" name="backstageSeparator"/>
</item>
<item>
<widget class="RibbonBackstageButton" name="buttonHelp">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Get help using Developer Machines Support</string>
</property>
<property name="icon">
<iconset resource="BackstageView.qrc">
<normaloff>:/res/help.png</normaloff>:/res/help.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelWFill">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="RibbonBackstageSeparator" name="backstageSeparator_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,1">
<property name="spacing">
<number>16</number>
</property>
<property name="leftMargin">
<number>16</number>
</property>
<property name="topMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="labelLogo">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="BackstageView.qrc">:/res/devmachines.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelAbout">
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">About QtitanRibbon by Developer Machines</span></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="RibbonBackstageSeparator" name="backstageSeparator_3"/>
</item>
<item>
<widget class="QLabel" name="labelVersion">
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Version:</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Copyright (c) 2009-2023 Developer Machines. All Rights Reserved.</span></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>RibbonBackstageButton</class>
<extends>QToolButton</extends>
<header>DevMachines/QtitanRibbon</header>
</customwidget>
<customwidget>
<class>RibbonBackstageSeparator</class>
<extends>QFrame</extends>
<header>DevMachines/QtitanRibbon</header>
</customwidget>
<customwidget>
<class>RibbonBackstagePage</class>
<extends>QWidget</extends>
<header>DevMachines/QtitanRibbon</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="BackstageView.qrc"/>
</resources>
<connections/>
</ui>