summaryrefslogtreecommitdiff
path: root/gui/ui
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2011-03-30 11:03:37 -0400
committerZack Rusin <zack@kde.org>2011-03-30 22:48:42 -0400
commitf6667d1331849a8534ead1c653ab4a1aeaeddcc8 (patch)
treeaf41a4e0aba4d309e05637bb706cbb1058b132a4 /gui/ui
parent27cb2c4e9d10cfd6236162b6f84109a5ca2eda49 (diff)
Introduce ApiTrace which encapsulates the data.
allows us to split calls into frames and do other postprocessing.
Diffstat (limited to 'gui/ui')
-rw-r--r--gui/ui/mainwindow.ui18
1 files changed, 12 insertions, 6 deletions
diff --git a/gui/ui/mainwindow.ui b/gui/ui/mainwindow.ui
index a6f17b3..f60042c 100644
--- a/gui/ui/mainwindow.ui
+++ b/gui/ui/mainwindow.ui
@@ -62,6 +62,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>77</width>
+ <height>100</height>
+ </size>
+ </property>
<property name="floating">
<bool>false</bool>
</property>
@@ -74,14 +80,14 @@
<widget class="QWidget" name="dockWidgetContents">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
- <widget class="QWebView" name="detailsWebView">
+ <widget class="QWebView" name="detailsWebView" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="url">
+ <property name="url" stdset="0">
<url>
<string>about:blank</string>
</url>
@@ -103,7 +109,7 @@
</action>
<action name="actionOpen">
<property name="icon">
- <iconset theme="document-open">
+ <iconset>
<normaloff/>
</iconset>
</property>
@@ -116,7 +122,7 @@
</action>
<action name="actionQuit">
<property name="icon">
- <iconset theme="application-exit">
+ <iconset>
<normaloff/>
</iconset>
</property>
@@ -138,7 +144,7 @@
<bool>false</bool>
</property>
<property name="icon">
- <iconset theme="media-playback-start">
+ <iconset>
<normaloff/>
</iconset>
</property>
@@ -151,7 +157,7 @@
<bool>false</bool>
</property>
<property name="icon">
- <iconset theme="media-playback-stop">
+ <iconset>
<normaloff/>
</iconset>
</property>