master
Marc Wäckerlin 7 years ago
parent eb39b002d6
commit 248d3b5032
  1. BIN
      icon.png
  2. 16
      src/testgui.ui

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

@ -13,6 +13,10 @@
<property name="windowTitle"> <property name="windowTitle">
<string/> <string/>
</property> </property>
<property name="windowIcon">
<iconset>
<normaloff>../icon.png</normaloff>../icon.png</iconset>
</property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_6"> <layout class="QVBoxLayout" name="verticalLayout_6">
<item> <item>
@ -81,8 +85,8 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QWebView" name="_web" native="true"> <widget class="QWebView" name="_web">
<property name="url" stdset="0"> <property name="url">
<url> <url>
<string>about:blank</string> <string>about:blank</string>
</url> </url>
@ -97,7 +101,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>888</width> <width>888</width>
<height>20</height> <height>30</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuViews"> <widget class="QMenu" name="menuViews">
@ -107,7 +111,7 @@
</widget> </widget>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
<property name="title"> <property name="title">
<string>File</string> <string>F&amp;ile</string>
</property> </property>
<addaction name="_actionOpen"/> <addaction name="_actionOpen"/>
<addaction name="_actionOpenSetupScript"/> <addaction name="_actionOpenSetupScript"/>
@ -158,7 +162,7 @@
</widget> </widget>
<widget class="QDockWidget" name="_sourceDock"> <widget class="QDockWidget" name="_sourceDock">
<property name="windowTitle"> <property name="windowTitle">
<string>HTML &amp;Source</string> <string>&amp;HTML Source</string>
</property> </property>
<attribute name="dockWidgetArea"> <attribute name="dockWidgetArea">
<number>8</number> <number>8</number>
@ -211,7 +215,7 @@
</widget> </widget>
<widget class="QDockWidget" name="_formsDock"> <widget class="QDockWidget" name="_formsDock">
<property name="windowTitle"> <property name="windowTitle">
<string>Forms</string> <string>&amp;Forms</string>
</property> </property>
<attribute name="dockWidgetArea"> <attribute name="dockWidgetArea">
<number>2</number> <number>2</number>

Loading…
Cancel
Save