123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418 |
- <?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>528</width>
- <height>302</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>400</width>
- <height>250</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Hybrid Application Generator</string>
- </property>
- <property name="windowIcon">
- <iconset resource="resource.qrc">
- <normaloff>:/gfx/qtprojectgenerator.ico</normaloff>:/gfx/qtprojectgenerator.ico</iconset>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QGroupBox" name="groupBox">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>1</horstretch>
- <verstretch>1</verstretch>
- </sizepolicy>
- </property>
- <property name="title">
- <string>Current Project</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QLabel" name="labelProjectTitle">
- <property name="text">
- <string>Project file:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QLabel" name="labelProjectValue">
- <property name="text">
- <string>DEFAULT</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="labelStatusTitle">
- <property name="text">
- <string>Build status:</string>
- </property>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QLabel" name="labelStatusValue">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>1</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Starting the application...</string>
- </property>
- </widget>
- </item>
- <item row="5" column="0">
- <widget class="QLabel" name="labelLogTitle">
- <property name="text">
- <string>Log messages:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- </widget>
- </item>
- <item row="5" column="1">
- <widget class="QLabel" name="labelLogValue">
- <property name="text">
- <string>DEFAULT</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::TextSelectableByMouse</set>
- </property>
- </widget>
- </item>
- <item row="6" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QPushButton" name="buttonInstallSis">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Install SIS...</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="buttonOpenDirectory">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Open Build Directory...</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="buttonOpenLog">
- <property name="text">
- <string>Open Log...</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="labelSettingsTitle">
- <property name="text">
- <string>Settings status:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QLabel" name="labelSettingsValue">
- <property name="text">
- <string>Checking settings...</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="labelPreviewTitle">
- <property name="text">
- <string>Preview Qt version:</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QLabel" name="labelPreviewValue">
- <property name="text">
- <string>Checking Qt version...</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="labelBuildTitle">
- <property name="text">
- <string>Build Qt version:</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="QLabel" name="labelBuildValue">
- <property name="text">
- <string>Checking Qt version...</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="2" column="0">
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>528</width>
- <height>18</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuFile">
- <property name="title">
- <string>File</string>
- </property>
- <addaction name="actionOpenDirectory"/>
- <addaction name="actionOpenWidgetFile"/>
- <addaction name="actionOpenURL"/>
- <addaction name="actionCloseProject"/>
- <addaction name="separator"/>
- <addaction name="actionOpenSettings"/>
- <addaction name="actionConnectToRemoteCompiler"/>
- <addaction name="separator"/>
- <addaction name="actionExit"/>
- </widget>
- <widget class="QMenu" name="menuBuild">
- <property name="title">
- <string>Build</string>
- </property>
- <addaction name="actionPreview"/>
- <addaction name="separator"/>
- <addaction name="actionBuild"/>
- <addaction name="actionRebuild"/>
- <addaction name="separator"/>
- </widget>
- <widget class="QMenu" name="menuHelp">
- <property name="title">
- <string>Help</string>
- </property>
- <addaction name="actionOpenDocumentation"/>
- <addaction name="separator"/>
- <addaction name="actionAbout"/>
- </widget>
- <addaction name="menuFile"/>
- <addaction name="menuBuild"/>
- <addaction name="menuHelp"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <widget class="QToolBar" name="toolBar">
- <property name="windowTitle">
- <string>toolBar</string>
- </property>
- <property name="iconSize">
- <size>
- <width>24</width>
- <height>24</height>
- </size>
- </property>
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- <addaction name="actionOpenDirectory"/>
- <addaction name="actionOpenWidgetFile"/>
- <addaction name="actionOpenURL"/>
- <addaction name="actionCloseProject"/>
- <addaction name="separator"/>
- <addaction name="actionPreview"/>
- <addaction name="actionBuild"/>
- <addaction name="actionRebuild"/>
- <addaction name="separator"/>
- <addaction name="actionConnectToRemoteCompiler"/>
- <addaction name="actionOpenSettings"/>
- </widget>
- <action name="actionOpenWidgetFile">
- <property name="text">
- <string>Open Widget File...</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+O</string>
- </property>
- </action>
- <action name="actionCloseProject">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Close Project</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+W</string>
- </property>
- </action>
- <action name="actionOpenDirectory">
- <property name="text">
- <string>Open HTML Directory...</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+D</string>
- </property>
- </action>
- <action name="actionExit">
- <property name="text">
- <string>Exit</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Q</string>
- </property>
- </action>
- <action name="actionBuild">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Build Project</string>
- </property>
- <property name="toolTip">
- <string>Clean and Build Project</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+B</string>
- </property>
- </action>
- <action name="actionPreview">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Preview...</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+P</string>
- </property>
- </action>
- <action name="actionRebuild">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Rebuild Project</string>
- </property>
- <property name="toolTip">
- <string>Rebuild Project Without Cleaning Build Directory</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+R</string>
- </property>
- </action>
- <action name="actionWidgetIsPannable">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Widget is Pannable</string>
- </property>
- </action>
- <action name="actionEnableTextSelection">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Enable Text Selection</string>
- </property>
- </action>
- <action name="actionOpenSettings">
- <property name="text">
- <string>Settings...</string>
- </property>
- <property name="toolTip">
- <string>Open Settings Dialog</string>
- </property>
- </action>
- <action name="actionOpenDocumentation">
- <property name="text">
- <string>Open Documentation PDF...</string>
- </property>
- </action>
- <action name="actionAbout">
- <property name="text">
- <string>About Hybrid Application Generator...</string>
- </property>
- <property name="toolTip">
- <string>About Hybrid Application Generator</string>
- </property>
- </action>
- <action name="actionOpenURL">
- <property name="text">
- <string>Open URL...</string>
- </property>
- <property name="toolTip">
- <string>Open URL (Fetches a Remote Web Page)</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+U</string>
- </property>
- </action>
- <action name="actionConnectToRemoteCompiler">
- <property name="text">
- <string>Remote Compiler ...</string>
- </property>
- <property name="toolTip">
- <string>Connect to / Disconnect Remote Compiler</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+N</string>
- </property>
- </action>
- </widget>
- <resources>
- <include location="resource.qrc"/>
- </resources>
- <connections/>
- </ui>
|