##// END OF EJS Templates
Changed QCustomPlot data from QMap to QVector....
Changed QCustomPlot data from QMap to QVector. Improves read and plot speed.

File last commit:

r0:b2e86551a87b default
r3:d10d160ab523 default
Show More
mainwindow.ui
168 lines | 5.1 KiB | text/plain | TextLexer
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>QLop</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="dataViewer">
<attribute name="title">
<string>Data viewer</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="SocExplorerPlot" name="Plot" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="baseSize">
<size>
<width>400</width>
<height>500</height>
</size>
</property>
</widget>
<widget class="QWidget" name="widget_2" native="true">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="1">
<widget class="QPushButton" name="addViewerQpb">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/qlop.qrc">
<normaloff>:/img/Gnome-list-add.svg</normaloff>:/img/Gnome-list-add.svg</iconset>
</property>
</widget>
</item>
<item row="0" column="0">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0" colspan="2">
<widget class="toolBarContainer" name="folderViews" native="true"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="dataDownloader">
<attribute name="title">
<string>Data downloader</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QCalendarWidget" name="calendar">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="gridVisible">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QScrollArea" name="DownloadList">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="Content">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>374</width>
<height>457</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="DownloadListLayout"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>SocExplorerPlot</class>
<extends>QWidget</extends>
<header location="global">SocExplorerPlot.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>toolBarContainer</class>
<extends>QWidget</extends>
<header>toolbarcontainer.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="../resources/qlop.qrc"/>
</resources>
<connections/>
</ui>