summaryrefslogtreecommitdiff
path: root/stylepalette.ui
diff options
context:
space:
mode:
Diffstat (limited to 'stylepalette.ui')
-rw-r--r--stylepalette.ui197
1 files changed, 122 insertions, 75 deletions
diff --git a/stylepalette.ui b/stylepalette.ui
index 8068ea4..a8c893f 100644
--- a/stylepalette.ui
+++ b/stylepalette.ui
@@ -7,13 +7,13 @@
<x>0</x>
<y>0</y>
<width>250</width>
- <height>350</height>
+ <height>430</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>250</width>
- <height>350</height>
+ <height>430</height>
</size>
</property>
<property name="floating">
@@ -23,79 +23,126 @@
<string>Styles</string>
</property>
<widget class="QWidget" name="dockWidgetContents">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>12</y>
- <width>51</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Project:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>13</y>
- <width>131</width>
- <height>16</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Courier</family>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>[default]</string>
- </property>
- </widget>
- <widget class="QToolButton" name="newProjectButton">
- <property name="geometry">
- <rect>
- <x>195</x>
- <y>10</y>
- <width>22</width>
- <height>22</height>
- </rect>
- </property>
- <property name="toolTip">
- <string>New Project</string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="tikzit.qrc">
- <normaloff>:/images/document-new.svg</normaloff>:/images/document-new.svg</iconset>
- </property>
- </widget>
- <widget class="QToolButton" name="openProjectButton">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>10</y>
- <width>22</width>
- <height>22</height>
- </rect>
- </property>
- <property name="toolTip">
- <string>New Project</string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="tikzit.qrc">
- <normaloff>:/images/document-open.svg</normaloff>:/images/document-open.svg</iconset>
- </property>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <property name="spacing">
+ <number>2</number>
+ </property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>Styles:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="styleFile">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="font">
+ <font>
+ <family>Courier</family>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>[default]</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="buttonOpenTikzstyles">
+ <property name="toolTip">
+ <string>New Project</string>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="icon">
+ <iconset resource="tikzit.qrc">
+ <normaloff>:/images/document-open.svg</normaloff>:/images/document-open.svg</iconset>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="toolButton_3">
+ <property name="text">
+ <string/>
+ </property>
+ <property name="icon">
+ <iconset resource="tikzit.qrc">
+ <normaloff>:/images/refresh.svg</normaloff>:/images/refresh.svg</iconset>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QListView" name="styleListView">
+ <property name="font">
+ <font>
+ <pointsize>8</pointsize>
+ <italic>true</italic>
+ </font>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="layoutButtons">
+ <property name="spacing">
+ <number>2</number>
+ </property>
+ <item>
+ <widget class="QToolButton" name="toolButton">
+ <property name="minimumSize">
+ <size>
+ <width>25</width>
+ <height>25</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>+</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="toolButton_2">
+ <property name="minimumSize">
+ <size>
+ <width>25</width>
+ <height>25</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>-</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>
+ </layout>
+ </item>
+ </layout>
</widget>
</widget>
<resources>