##// END OF EJS Templates
Connects variable widget to visualization widget...
Connects variable widget to visualization widget The connection is used to populate variable menu with the plot menu

File last commit:

r197:7a2695cdaeea
r249:3d1d1572319d
Show More
VisualizationZoneWidget.ui
76 lines | 2.0 KiB | text/plain | TextLexer
/ gui / ui / Visualization / VisualizationZoneWidget.ui
Add the visualization gui classes
r118 <?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
Adds a name for a zone...
r197 <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">
<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>
</layout>
</widget>
</item>
Add the visualization gui classes
r118 <item>
<widget class="QFrame" name="visualizationZoneFrame">
Alexandre Leroux
Adds a name for a zone...
r197 <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
Add the visualization gui classes
r118 <property name="frameShape">
Add lambda in VIsualizationWidget to fix the bug of the corner widget button size...
r186 <enum>QFrame::Box</enum>
Add the visualization gui classes
r118 </property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
Add lambda in VIsualizationWidget to fix the bug of the corner widget button size...
r186 <property name="lineWidth">
<number>1</number>
</property>
Add the visualization gui classes
r118 <layout class="QVBoxLayout" name="verticalLayout"/>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>