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

Loading…
Cancel
Save