<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>WorkingBanner</class> <widget class="QDialog" name="WorkingBanner"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>480</width> <height>53</height> </rect> </property> <property name="minimumSize"> <size> <width>480</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>480</width> <height>53</height> </size> </property> <property name="palette"> <palette> <active> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="windowTitle"> <string notr="true">Working</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="labelWorking"> <property name="minimumSize"> <size> <width>36</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>36</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="../res/Images.qrc">:/images/Busy.gif</pixmap> </property> </widget> </item> <item> <widget class="QLabel" name="labelStatus"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string notr="true">$(Status)</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../res/Images.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Images.qrc"/> </resources> <connections/> </ui>