+ contrib/hbide/panels.ui
* contrib/hbide/hbide.hbp
+ Added: new widget to manage editing panels.
* contrib/hbide/docks.prg
* contrib/hbide/saveload.prg
* contrib/hbide/tools.prg
+ Implemented: 1. to reorder editing panels : drag & drop mechanism
2. to define panel tabs shape : rounded | triangular
3. to define panel tabs position : top | left | bottom | right
Activation is through <Panels> icon on top-toolbar of editing area.
195 lines
4.1 KiB
XML
195 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Dialog</class>
|
|
<widget class="QDialog" name="Dialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>217</width>
|
|
<height>410</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>217</width>
|
|
<height>346</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>217</width>
|
|
<height>410</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Manage Panels</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>16</x>
|
|
<y>12</y>
|
|
<width>69</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Create New:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editView">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>16</y>
|
|
<width>105</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="listOrder">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>52</y>
|
|
<width>105</width>
|
|
<height>192</height>
|
|
</rect>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string><html><head/><body><p>Drag, position and drop panels the way you want them to appear.</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>16</x>
|
|
<y>48</y>
|
|
<width>46</width>
|
|
<height>13</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Reorder:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>16</x>
|
|
<y>256</y>
|
|
<width>69</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tabs Position:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboPos">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>260</y>
|
|
<width>105</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnOK">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>16</x>
|
|
<y>376</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnCancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>124</x>
|
|
<y>376</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="Line" name="line">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>16</x>
|
|
<y>360</y>
|
|
<width>181</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>16</x>
|
|
<y>292</y>
|
|
<width>65</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tabs Shape:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboShape">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>296</y>
|
|
<width>105</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>16</x>
|
|
<y>328</y>
|
|
<width>69</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete Panel:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboDelete">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>332</y>
|
|
<width>105</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|