MuseScore/mscore/debugger/debugger.ui

160 lines
4.4 KiB
Text
Raw Normal View History

2012-05-26 14:49:10 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>ws</author>
<class>DebuggerBase</class>
<widget class="QWidget" name="DebuggerBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>398</width>
<height>242</height>
</rect>
</property>
<property name="windowTitle">
2016-04-18 13:23:01 +02:00
<string notr="true"/>
2012-05-26 14:49:10 +02:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="back">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="icon">
<iconset resource="musescore.qrc">
2013-07-05 22:07:37 +02:00
<normaloff>:/data/icons/go-previous.svg</normaloff>:/data/icons/go-previous.svg</iconset>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="forward">
<property name="icon">
<iconset resource="musescore.qrc">
2013-07-05 22:07:37 +02:00
<normaloff>:/data/icons/go-next.svg</normaloff>:/data/icons/go-next.svg</iconset>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="reload">
<property name="toolTip">
<string notr="true">Reload</string>
</property>
<property name="icon">
<iconset resource="musescore.qrc">
2013-07-05 22:07:37 +02:00
<normaloff>:/data/icons/view-refresh.svg</normaloff>:/data/icons/view-refresh.svg</iconset>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<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="QToolButton" name="selectButton">
<property name="toolTip">
2014-10-15 20:43:06 +02:00
<string notr="true">Select element</string>
2012-05-26 14:49:10 +02:00
</property>
<property name="text">
2013-06-18 15:54:18 +02:00
<string notr="true">Select</string>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="resetButton">
<property name="toolTip">
<string notr="true">Reset element Properties</string>
2012-05-26 14:49:10 +02:00
</property>
<property name="text">
<string notr="true">Reset</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<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="QToolButton" name="layoutButton">
<property name="text">
2013-06-18 15:54:18 +02:00
<string notr="true">Layout</string>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSplitter" name="split">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="childrenCollapsible">
<bool>false</bool>
</property>
<widget class="QTreeWidget" name="list">
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<column>
<property name="text">
<string notr="true">Element</string>
</property>
<property name="toolTip">
<string notr="true"/>
</property>
<property name="statusTip">
<string notr="true"/>
</property>
<property name="whatsThis">
<string notr="true"/>
</property>
</column>
</widget>
2012-07-02 15:38:13 +02:00
<widget class="QStackedWidget" name="stack">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QWidget" name="page"/>
<widget class="QWidget" name="page_2"/>
2012-05-26 14:49:10 +02:00
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="musescore.qrc"/>
</resources>
<connections/>
</ui>