add button to insert tag

This commit is contained in:
arcan1s
2014-09-05 11:47:05 +04:00
parent eae742c559
commit 653cc4fd84
9 changed files with 149 additions and 126 deletions

View File

@ -47,19 +47,6 @@
</item>
<item>
<layout class="QHBoxLayout" name="layput_mainFormating">
<item>
<spacer name="spacer_mainFormatingLeft">
<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="pushButton_font">
<property name="text">
@ -181,18 +168,38 @@
</widget>
</item>
<item>
<spacer name="spacer_mainFormatingRight">
<spacer name="spacer_mainFormatingCenter3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="comboBox_tags">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_tags">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
</layout>
</item>
<item>