diff options
Diffstat (limited to 'gui/ui/mainwindow.ui')
-rw-r--r-- | gui/ui/mainwindow.ui | 142 |
1 files changed, 138 insertions, 4 deletions
diff --git a/gui/ui/mainwindow.ui b/gui/ui/mainwindow.ui index 129d0275..376f70e3 100644 --- a/gui/ui/mainwindow.ui +++ b/gui/ui/mainwindow.ui @@ -45,15 +45,31 @@ <x>0</x> <y>0</y> <width>787</width> - <height>21</height> + <height>24</height> </rect> </property> <widget class="QMenu" name="menuFile"> <property name="title"> <string>&File</string> </property> + <widget class="QMenu" name="menu_Android"> + <property name="title"> + <string>&Android</string> + </property> + <property name="icon"> + <iconset resource="../qapitrace.qrc"> + <normaloff>:/resources/android.png</normaloff>:/resources/android.png</iconset> + </property> + <addaction name="actionPullTrace"/> + <addaction name="actionPushTrace"/> + <addaction name="actionLinkTrace"/> + <addaction name="actionRetraceOnAndroid"/> + </widget> <addaction name="actionNew"/> <addaction name="actionOpen"/> + <addaction name="actionSave"/> + <addaction name="separator"/> + <addaction name="menu_Android"/> <addaction name="separator"/> <addaction name="actionQuit"/> </widget> @@ -76,6 +92,7 @@ <addaction name="actionLookupState"/> <addaction name="actionShowThumbnails"/> <addaction name="actionTrim"/> + <addaction name="actionLeakTrace"/> <addaction name="separator"/> <addaction name="actionOptions"/> </widget> @@ -117,7 +134,7 @@ <widget class="QWidget" name="dockWidgetContents"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> - <widget class="QWebView" name="detailsWebView" native="true"> + <widget class="QWebView" name="detailsWebView"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Ignored"> <horstretch>0</horstretch> @@ -250,6 +267,39 @@ </item> </layout> </widget> + <widget class="QWidget" name="buffersTab"> + <attribute name="title"> + <string>Buffers</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_7"> + <item> + <widget class="QTreeWidget" name="buffersTreeWidget"> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="sortingEnabled"> + <bool>false</bool> + </property> + <property name="allColumnsShowFocus"> + <bool>true</bool> + </property> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Value</string> + </property> + </column> + </widget> + </item> + </layout> + </widget> </widget> </item> </layout> @@ -398,6 +448,26 @@ </widget> </item> <item> + <spacer name="horizontalSpacer_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="bufferExportButton"> + <property name="text"> + <string>Export</string> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -492,6 +562,18 @@ <string>Ctrl+O</string> </property> </action> + <action name="actionSave"> + <property name="icon"> + <iconset resource="../qapitrace.qrc"> + <normaloff>:/resources/document-edit.png</normaloff>:/resources/document-edit.png</iconset> + </property> + <property name="text"> + <string>&Save As...</string> + </property> + <property name="shortcut"> + <string>Ctrl+S</string> + </property> + </action> <action name="actionQuit"> <property name="icon"> <iconset resource="../qapitrace.qrc"> @@ -553,7 +635,7 @@ </action> <action name="actionTrim"> <property name="text"> - <string>Tr&im</string> + <string>Tr&im (experimental)</string> </property> <property name="shortcut"> <string>Ctrl+I</string> @@ -651,6 +733,58 @@ <string>Ctrl+P</string> </property> </action> + <action name="actionPullTrace"> + <property name="icon"> + <iconset resource="../qapitrace.qrc"> + <normaloff>:/resources/go-bottom.png</normaloff>:/resources/go-bottom.png</iconset> + </property> + <property name="text"> + <string>Pull trace</string> + </property> + </action> + <action name="actionPushTrace"> + <property name="icon"> + <iconset resource="../qapitrace.qrc"> + <normaloff>:/resources/go-top.png</normaloff>:/resources/go-top.png</iconset> + </property> + <property name="text"> + <string>Push trace</string> + </property> + </action> + <action name="actionLinkTrace"> + <property name="icon"> + <iconset resource="../qapitrace.qrc"> + <normaloff>:/resources/android-setup.png</normaloff>:/resources/android-setup.png</iconset> + </property> + <property name="text"> + <string>Link trace</string> + </property> + </action> + <action name="actionSetup"> + <property name="icon"> + <iconset resource="../qapitrace.qrc"> + <normaloff>:/resources/document-new.png</normaloff>:/resources/document-new.png</iconset> + </property> + <property name="text"> + <string>Setup</string> + </property> + </action> + <action name="actionRetraceOnAndroid"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>Retrace on Android</string> + </property> + </action> + <action name="actionLeakTrace"> + <property name="text"> + <string>&LeakTrace</string> + </property> + <property name="toolTip"> + <string>trace opengl object leaks</string> + </property> + </action> <zorder>stateDock</zorder> <zorder>vertexDataDock</zorder> <zorder>errorsDock</zorder> @@ -660,7 +794,7 @@ <customwidget> <class>QWebView</class> <extends>QWidget</extends> - <header>QtWebKit/QWebView</header> + <header>QtWebKitWidgets/QWebView</header> </customwidget> </customwidgets> <resources> |