##// END OF EJS Templates
Changes the way to retrieve unit in AMDA result file...
Changes the way to retrieve unit in AMDA result file The generated header in the result file differs from the first version

File last commit:

r664:0c84bab7fcf0
r724:b7b2c2f3f00b
Show More
VisualizationZoneWidget.ui
117 lines | 3.1 KiB | text/plain | TextLexer
/ gui / ui / Visualization / VisualizationZoneWidget.ui
Add the visualization gui classes
r111 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VisualizationZoneWidget</class>
<widget class="QWidget" name="VisualizationZoneWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
Alexandre Leroux
Removes margins from visualization widgets
r664 <property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
Alexandre Leroux
Adds a name for a zone...
r183 <item>
<widget class="QWidget" name="infobar" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
Alexandre Leroux
Removes margins from visualization widgets
r664 <property name="spacing">
<number>0</number>
</property>
Alexandre Leroux
Adds a name for a zone...
r183 <property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="zoneNameLabel">
<property name="styleSheet">
<string notr="true">color: rgb(127, 127, 127);
</string>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
Alexandre Leroux
Adds a close button to a zone widget + calls close() method when clicked
r245 <item>
<widget class="QToolButton" name="closeButton">
<property name="styleSheet">
<string notr="true">background-color: transparent;</string>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
Alexandre Leroux
Adds a name for a zone...
r183 </layout>
</widget>
</item>
Add the visualization gui classes
r111 <item>
<widget class="QFrame" name="visualizationZoneFrame">
Alexandre Leroux
Adds a name for a zone...
r183 <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
Add the visualization gui classes
r111 <property name="frameShape">
Add lambda in VIsualizationWidget to fix the bug of the corner widget button size...
r173 <enum>QFrame::Box</enum>
Add the visualization gui classes
r111 </property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
Add lambda in VIsualizationWidget to fix the bug of the corner widget button size...
r173 <property name="lineWidth">
<number>1</number>
</property>
Alexandre Leroux
Removes margins from visualization widgets
r664 <layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
</layout>
Add the visualization gui classes
r111 </widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>