Thu, 21 Jun 2018 19:21:49 +0300
used the new CircularSectionEditor in CircularPrimitiveEditor
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SubfileReferenceEditor</class> <widget class="QDialog" name="SubfileReferenceEditor"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>699</width> <height>644</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0"> <item> <widget class="QTreeView" name="primitivesTreeView"/> </item> <item> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Name of subfile:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="referenceName"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Colour:</string> </property> </widget> </item> <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="3,10"> <item> <widget class="QPushButton" name="colorButton"> <property name="text"> <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> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Transformation</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="MatrixEditor" name="matrixEditor" native="true"/> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>MatrixEditor</class> <extends>QWidget</extends> <header>widgets/matrixeditor.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>primitivesTreeView</tabstop> <tabstop>referenceName</tabstop> <tabstop>colorButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>SubfileReferenceEditor</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>257</x> <y>634</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>SubfileReferenceEditor</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>325</x> <y>634</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>