diff options
author | lucaszhao19 | 2020-03-13 18:34:06 +0530 |
---|---|---|
committer | lucaszhao19 | 2020-03-13 18:34:06 +0530 |
commit | 637df5484328008d597615cadb0d219ed7be0a0d (patch) | |
tree | e7262b79b33f7cbbab05ac4720408a961fe62a40 /DockWidgets/DockWidgetCompoundSeparator.ui | |
parent | bb1f0b5823a2792b65600505934979367c8a6028 (diff) | |
download | Chemical-Simulator-GUI-637df5484328008d597615cadb0d219ed7be0a0d.tar.gz Chemical-Simulator-GUI-637df5484328008d597615cadb0d219ed7be0a0d.tar.bz2 Chemical-Simulator-GUI-637df5484328008d597615cadb0d219ed7be0a0d.zip |
DockWidget folder fixed
Diffstat (limited to 'DockWidgets/DockWidgetCompoundSeparator.ui')
-rw-r--r-- | DockWidgets/DockWidgetCompoundSeparator.ui | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/DockWidgets/DockWidgetCompoundSeparator.ui b/DockWidgets/DockWidgetCompoundSeparator.ui new file mode 100644 index 0000000..2d9a4b2 --- /dev/null +++ b/DockWidgets/DockWidgetCompoundSeparator.ui @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>form</class> + <widget class="QWidget" name="form"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>392</width> + <height>700</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>3200</width> + <height>5000</height> + </size> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <widget class="QWidget" name="gridLayoutWidget"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>331</width> + <height>191</height> + </rect> + </property> + <layout class="QGridLayout" name="gridLayout"/> + </widget> + </widget> + <resources/> + <connections/> +</ui> |