<?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>524</width> <height>722</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>524</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>524</width> <height>16777215</height> </size> </property> <property name="windowTitle"> <string>Bitmask</string> </property> <property name="windowIcon"> <iconset resource="../../../../../data/resources/mainwindow.qrc"> <normaloff>:/images/mask-icon.png</normaloff>:/images/mask-icon.png</iconset> </property> <property name="inputMethodHints"> <set>Qt::ImhHiddenText</set> </property> <property name="iconSize"> <size> <width>128</width> <height>128</height> </size> </property> <widget class="QWidget" name="centralwidget"> <layout class="QGridLayout" name="gridLayout"> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> <item row="1" column="0" colspan="2"> <widget class="QScrollArea" name="scrollArea"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>524</width> <height>667</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QFrame" name="frame"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="styleSheet"> <string notr="true">background-color: rgba(0,0,0,20); border-bottom: 1px solid rgba(0,0,0,30);</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="leftMargin"> <number>24</number> </property> <property name="rightMargin"> <number>24</number> </property> <item> <widget class="QLabel" name="lblLoginProvider"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgba(255, 255, 255, 0); border: none;</string> </property> <property name="text"> <string>Please Log In</string> </property> </widget> </item> </layout> </widget> </item> <item> <layout class="QVBoxLayout" name="loginLayout"> <property name="topMargin"> <number>12</number> </property> </layout> </item> <item> <widget class="Line" name="lineUnderLogin"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QWidget" name="eipWidget" native="true"> <layout class="QVBoxLayout" name="eipVerticalLayout"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <layout class="QVBoxLayout" name="eipLayout"> <property name="leftMargin"> <number>12</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>12</number> </property> <property name="bottomMargin"> <number>0</number> </property> </layout> </item> </layout> </widget> </item> <item> <widget class="Line" name="lineUnderEIP"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QWidget" name="mailWidget" native="true"> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <layout class="QVBoxLayout" name="mailLayout"> <property name="spacing"> <number>-1</number> </property> <property name="margin"> <number>12</number> </property> </layout> </item> </layout> </widget> </item> <item> <widget class="Line" name="lineUnderEmail"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>0</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> <item row="0" column="0" colspan="2"> <layout class="QGridLayout" name="gridLayout_4"> <item row="1" column="1"> <widget class="QLabel" name="lblNewUpdates"> <property name="text"> <string>There are new updates available, please restart.</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="1" column="0"> <spacer name="horizontalSpacer_8"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>0</height> </size> </property> </spacer> </item> <item row="0" column="1"> <spacer name="horizontalSpacer_7"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>0</height> </size> </property> </spacer> </item> <item row="1" column="2"> <widget class="QPushButton" name="btnMore"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>More...</string> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item row="1" column="3"> <spacer name="horizontalSpacer_9"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>0</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>524</width> <height>23</height> </rect> </property> <widget class="QMenu" name="menuFile"> <property name="title"> <string>&Bitmask</string> </property> <addaction name="action_create_new_account"/> <addaction name="action_advanced_key_management"/> <addaction name="separator"/> <addaction name="action_preferences"/> <addaction name="action_eip_preferences"/> <addaction name="separator"/> <addaction name="action_quit"/> </widget> <widget class="QMenu" name="menuHelp"> <property name="title"> <string>&Help</string> </property> <addaction name="action_help"/> <addaction name="action_show_logs"/> <addaction name="separator"/> <addaction name="action_about_leap"/> </widget> <addaction name="menuFile"/> <addaction name="menuHelp"/> </widget> <action name="action_preferences"> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Account Preferences...</string> </property> </action> <action name="action_eip_preferences"> <property name="text"> <string>Internet Preferences...</string> </property> </action> <action name="action_quit"> <property name="text"> <string>&Quit</string> </property> </action> <action name="action_about_leap"> <property name="text"> <string>About &Bitmask</string> </property> </action> <action name="action_help"> <property name="text"> <string>&Help</string> </property> </action> <action name="action_wizard"> <property name="text"> <string>&Wizard</string> </property> </action> <action name="action_show_logs"> <property name="text"> <string>Show &Log</string> </property> </action> <action name="action_create_new_account"> <property name="text"> <string>Create a new account...</string> </property> </action> <action name="action_advanced_key_management"> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Advanced Key Management</string> </property> </action> </widget> <resources> <include location="../../../../../data/resources/mainwindow.qrc"/> <include location="../../../../../data/resources/locale.qrc"/> </resources> <connections/> </ui>