<?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>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="styleSheet"> <string notr="true">#MainWindow { background:green; } #centralWidget { background:orange; }</string> </property> <property name="iconSize"> <size> <width>22</width> <height>22</height> </size> </property> <property name="unifiedTitleAndToolBarOnMac"> <bool>false</bool> </property> <widget class="QWidget" name="centralWidget"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="margin"> <number>0</number> </property> <item> <widget class="QWebView" name="webView"> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="url"> <url> <string>about:blank</string> </url> </property> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menuBar"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>22</height> </rect> </property> <widget class="QMenu" name="menuPerforce"> <property name="title"> <string>Perforce</string> </property> <widget class="QMenu" name="menuOpen_Connection"> <property name="title"> <string>Open Connection</string> </property> <addaction name="actionNew"/> <addaction name="actionRecent"/> </widget> <addaction name="menuOpen_Connection"/> <addaction name="actionCurrent_Connections"/> <addaction name="separator"/> <addaction name="actionClose_All_Connections"/> <addaction name="actionRefreash_All_Connections"/> <addaction name="separator"/> <addaction name="actionClear_History"/> </widget> <widget class="QMenu" name="menuGo_To"> <property name="title"> <string>Go To</string> </property> <addaction name="actionClientKit_Main_Page"/> <addaction name="actionClientKit_Help_Page"/> <addaction name="separator"/> <addaction name="actionMyDashboard"/> <addaction name="actionMy_Saved_Views"/> <addaction name="separator"/> </widget> <widget class="QMenu" name="menu_File"> <property name="title"> <string>&File</string> </property> <addaction name="actionNothing_to_see_here_yet"/> </widget> <widget class="QMenu" name="menu_Edit"> <property name="title"> <string>&Edit</string> </property> </widget> <widget class="QMenu" name="menu_View"> <property name="title"> <string>&View</string> </property> <widget class="QMenu" name="menuWindow_Style"> <property name="title"> <string>Window Style</string> </property> </widget> <addaction name="actionAddress_Bar"/> <addaction name="actionStatus_Bar"/> <addaction name="separator"/> <addaction name="actionPage_Source"/> <addaction name="actionWebKit_Inspector"/> <addaction name="separator"/> <addaction name="menuWindow_Style"/> </widget> <addaction name="menu_File"/> <addaction name="menu_Edit"/> <addaction name="menu_View"/> <addaction name="menuGo_To"/> <addaction name="menuPerforce"/> </widget> <widget class="QToolBar" name="mainToolBar"> <property name="acceptDrops"> <bool>true</bool> </property> <property name="accessibleName"> <string/> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="movable"> <bool>false</bool> </property> <property name="floatable"> <bool>true</bool> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak"> <bool>false</bool> </attribute> </widget> <widget class="QStatusBar" name="statusBar"> <property name="autoFillBackground"> <bool>true</bool> </property> </widget> <action name="actionNew"> <property name="text"> <string>new</string> </property> </action> <action name="actionRecent"> <property name="text"> <string>recent</string> </property> </action> <action name="actionCurrent_Connections"> <property name="text"> <string>Current Connections</string> </property> </action> <action name="actionClose_All_Connections"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Close All Connections</string> </property> </action> <action name="actionRefreash_All_Connections"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Refreash All Connections</string> </property> </action> <action name="actionClear_History"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Clear History</string> </property> </action> <action name="actionClientKit_Main_Page"> <property name="text"> <string>ClientKit Main Page</string> </property> </action> <action name="actionClientKit_Help_Page"> <property name="text"> <string>ClientKit Help Page</string> </property> </action> <action name="actionMyDashboard"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>MyDashboard</string> </property> </action> <action name="actionMy_Saved_Views"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>My Saved Views</string> </property> </action> <action name="actionAddress_Bar"> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> <property name="text"> <string>Address Bar</string> </property> </action> <action name="actionStatus_Bar"> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> <property name="text"> <string>Status Bar</string> </property> </action> <action name="actionWebKit_Inspector"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>WebKit Inspector</string> </property> </action> <action name="actionPage_Source"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Page Source</string> </property> </action> <action name="actionNormal"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Normal</string> </property> </action> <action name="actionTransparent"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Transparent</string> </property> </action> <action name="actionFrameless"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Frameless</string> </property> </action> <action name="actionNothing_to_see_here_yet"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Nothing to see here, yet...</string> </property> </action> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> <customwidget> <class>QWebView</class> <extends>QWidget</extends> <header>QtWebKit/QWebView</header> </customwidget> </customwidgets> <resources/> <connections> <connection> <sender>actionAddress_Bar</sender> <signal>triggered(bool)</signal> <receiver>mainToolBar</receiver> <slot>setVisible(bool)</slot> <hints> <hint type="sourcelabel"> <x>-1</x> <y>-1</y> </hint> <hint type="destinationlabel"> <x>53</x> <y>31</y> </hint> </hints> </connection> <connection> <sender>actionStatus_Bar</sender> <signal>triggered(bool)</signal> <receiver>statusBar</receiver> <slot>setVisible(bool)</slot> <hints> <hint type="sourcelabel"> <x>-1</x> <y>-1</y> </hint> <hint type="destinationlabel"> <x>511</x> <y>757</y> </hint> </hints> </connection> </connections> </ui>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 8115 | David George |
a bunch of changes to the GuiApi - probably bound to change, though, so use at your own risk! beginnings of migrating to an "all windows are created equal" model. (as opposed to a MainWindow) removing the unreliable Qt execution of the .js methods - please include in your HTML (<script type="text/javascript" src="qrc:/js/ClientKitMethods.js"></script>) |
||
#2 | 8104 | David George |
merged .runAsync and .run into one method that runs sync/async depending on the presence of a callback function argument. restored some storage-related QWebSettings |
||
#1 | 8101 | David George |
beginning of _massive_ re-factoring your current build settings will fail create a new project from newly added .pro file (but change its p4api paths to match your old one) look for updated README as soon as Dave agrees that changes are _indeed_ for the best (Changes by Jaimen) |