--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/DesignerTemplates/qtoolbox4.tmpl Thu Jul 07 11:23:56 2022 +0200 @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>ToolBox</class> + <widget class="QToolBox" name="ToolBox"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle"> + <string>ToolBox</string> + </property> + <property name="currentIndex"> + <number>0</number> + </property> + <widget class="QWidget" name="page"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>244</height> + </rect> + </property> + <attribute name="label"> + <string>Page 1</string> + </attribute> + </widget> + <widget class="QWidget" name="page"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>96</width> + <height>26</height> + </rect> + </property> + <attribute name="label"> + <string>Page 2</string> + </attribute> + </widget> + </widget> + <resources/> + <connections/> +</ui>