diff options
Diffstat (limited to 'muse_qt4_evolution/muse/widgets/wtrackinfobase.ui')
-rw-r--r-- | muse_qt4_evolution/muse/widgets/wtrackinfobase.ui | 166 |
1 files changed, 0 insertions, 166 deletions
diff --git a/muse_qt4_evolution/muse/widgets/wtrackinfobase.ui b/muse_qt4_evolution/muse/widgets/wtrackinfobase.ui deleted file mode 100644 index da341c74..00000000 --- a/muse_qt4_evolution/muse/widgets/wtrackinfobase.ui +++ /dev/null @@ -1,166 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>WaveTrackInfoBase</class> - <widget class="QWidget" name="WaveTrackInfoBase" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>129</width> - <height>548</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>3</hsizetype> - <vsizetype>3</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - <property name="maximumSize" > - <size> - <width>32767</width> - <height>32767</height> - </size> - </property> - <property name="windowTitle" > - <string>MusE: TrackInfo</string> - </property> - <property name="toolTip" > - <string/> - </property> - <property name="whatsThis" > - <string/> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>1</number> - </property> - <item row="0" column="0" colspan="2" > - <widget class="QLabel" name="TextLabel1" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape" > - <enum>QFrame::WinPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <property name="lineWidth" > - <number>1</number> - </property> - <property name="midLineWidth" > - <number>0</number> - </property> - <property name="text" > - <string>Track Info</string> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item row="1" column="0" colspan="2" > - <widget class="QLineEdit" name="iName" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Track Name</string> - </property> - <property name="whatsThis" > - <string>Track Name</string> - </property> - </widget> - </item> - <item row="3" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>30</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" > - <widget class="QSpinBox" name="delay" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Track Delay (ticks)</string> - </property> - <property name="specialValueText" > - <string>off</string> - </property> - <property name="maximum" > - <number>1000</number> - </property> - <property name="minimum" > - <number>-1000</number> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLabel" name="TextLabel10" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Delay (Frames)</string> - </property> - <property name="text" > - <string>Delay</string> - </property> - </widget> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11" /> - <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> - <tabstops> - <tabstop>iName</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> |