Thu, 03 Mar 2022 11:42:52 +0200
extract polygon cache out of Model
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>LibrariesEditor</class> <widget class="QWidget" name="LibrariesEditor"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>434</width> <height>256</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLineEdit" name="newLibraryPath"/> </item> <item> <widget class="QPushButton" name="newLibrarySearch"> <property name="text"> <string>…</string> </property> </widget> </item> <item> <widget class="QPushButton" name="newLibraryAdd"> <property name="text"> <string>Add</string> </property> </widget> </item> </layout> </item> <item> <widget class="QTableView" name="librariesTable"> <property name="dragEnabled"> <bool>true</bool> </property> <property name="dragDropMode"> <enum>QAbstractItemView::InternalMove</enum> </property> <property name="defaultDropAction"> <enum>Qt::MoveAction</enum> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>