##// END OF EJS Templates
Separate the initialization of the properties of the graph of the update of the units of the graph....
Separate the initialization of the properties of the graph of the update of the units of the graph. The initialization of the properties is carried out when adding a variable in the graph, the update of the units is carried out when loading the data of this variable

File last commit:

r878:e439cb403ff9
r1283:3acf26407503
Show More
TimeWidget.ui
104 lines | 2.7 KiB | text/plain | TextLexer
Add the TimeWidget
r134 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TimeWidget</class>
<widget class="QWidget" name="TimeWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>716</width>
<height>48</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
Drop of variable, graph and zones on the time widget
r878 <property name="acceptDrops">
<bool>true</bool>
</property>
Add the TimeWidget
r134 <property name="windowTitle">
<string>Form</string>
</property>
Drop of variable, graph and zones on the time widget
r878 <property name="styleSheet">
<string notr="true">b</string>
</property>
Add the TimeWidget
r134 <layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>TStart :</string>
</property>
</widget>
</item>
<item>
<widget class="QDateTimeEdit" name="startDateTimeEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="displayFormat">
<string>dd/MM/yyyy HH:mm:ss:zzz</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
Alexandre Leroux
Passes TimeWidget in UTC...
r489 <property name="timeSpec">
<enum>Qt::UTC</enum>
</property>
Add the TimeWidget
r134 </widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>TEnd :</string>
</property>
</widget>
</item>
<item>
<widget class="QDateTimeEdit" name="endDateTimeEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="displayFormat">
<string>dd/MM/yyyy HH:mm:ss:zzz</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
Alexandre Leroux
Passes TimeWidget in UTC...
r489 <property name="timeSpec">
<enum>Qt::UTC</enum>
</property>
Add the TimeWidget
r134 </widget>
</item>
Add apply button and its connection for timewidget
r302 <item>
<widget class="QToolButton" name="applyToolButton">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
Add the TimeWidget
r134 </layout>
</widget>
<resources/>
<connections/>
</ui>