/src/libtomahawk/context/ContextWidget.ui
http://github.com/tomahawk-player/tomahawk · Unknown · 76 lines · 76 code · 0 blank · 0 comment · 0 complexity · cea3cfb0dfc6646e54210e0bb99743d0 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ContextWidget</class>
- <widget class="QWidget" name="ContextWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>774</width>
- <height>173</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>72</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>InfoBar</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="HeaderLabel" name="toggleButton">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Show Footnotes</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>1</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QGraphicsView" name="contextView"/>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>HeaderLabel</class>
- <extends>QLabel</extends>
- <header location="global">widgets/HeaderLabel.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>