1
0
Fork 0
mirror of https://github.com/Athemis/PyDSF.git synced 2025-04-20 11:59:12 +00:00

Coding style; Overhaul of GUI

This commit is contained in:
Alexander Minges 2015-07-08 01:04:34 +02:00
parent 07d44ba86e
commit 35b2920d34
3 changed files with 71 additions and 108 deletions

View file

@ -26,11 +26,14 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="opaqueResize">
<bool>false</bool>
</property>
<property name="handleWidth">
<number>2</number>
</property>
<property name="childrenCollapsible">
<bool>true</bool>
<bool>false</bool>
</property>
<widget class="QGroupBox" name="groupBox_experiment">
<property name="sizePolicy">
@ -463,9 +466,12 @@
</layout>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<horstretch>6</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
@ -476,31 +482,8 @@
</size>
</property>
<property name="currentIndex">
<number>0</number>
<number>-1</number>
</property>
<widget class="MplWidget" name="tab_raw">
<attribute name="title">
<string>Raw Data</string>
</attribute>
</widget>
<widget class="MplWidget" name="tab_derivative">
<attribute name="title">
<string>&amp;2nd derivative</string>
</attribute>
</widget>
<widget class="MplWidget" name="tab_heatmap">
<attribute name="title">
<string>Heatmap</string>
</attribute>
</widget>
<widget class="MplWidget" name="tab_heatmap_avg">
<property name="enabled">
<bool>false</bool>
</property>
<attribute name="title">
<string>Heatmap average</string>
</attribute>
</widget>
</widget>
</widget>
</item>
@ -561,16 +544,6 @@
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>MplWidget</class>
<extends>QWidget</extends>
<header>mplwidget</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="icons.qrc"/>
</resources>
<resources/>
<connections/>
</ui>