##// END OF EJS Templates
Added Python Console and some Wrappers....
Added Python Console and some Wrappers. More code cleaning, WIP.

File last commit:

r5:92e4585e8fab default
r5:92e4585e8fab default
Show More
cassiniindexfileviewer.ui
101 lines | 2.5 KiB | text/plain | TextLexer
/ src / Cassini / cassiniindexfileviewer.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CassiniIndexFileViewer</class>
<widget class="QWidget" name="CassiniIndexFileViewer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>860</width>
<height>406</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0" colspan="3">
<widget class="QTableWidget" name="IndexView">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="verticalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Dataset ID</string>
</property>
</column>
<column>
<property name="text">
<string>File specification name</string>
</property>
</column>
<column>
<property name="text">
<string>Product ID</string>
</property>
</column>
<column>
<property name="text">
<string>Volume ID</string>
</property>
</column>
<column>
<property name="text">
<string>Product Creation Time</string>
</property>
</column>
<column>
<property name="text">
<string>Taget name</string>
</property>
</column>
<column>
<property name="text">
<string>Start time</string>
</property>
</column>
<column>
<property name="text">
<string>Stop time</string>
</property>
</column>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="FilteerInput"/>
</item>
<item row="1" column="2">
<widget class="QCheckBox" name="FilterCaseSensitive">
<property name="text">
<string>Case Sensitive</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="loadFileQpb">
<property name="text">
<string>Load File</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>