##// END OF EJS Templates
Fixed bug 388...
Fixed bug 388 Added cassini FGM download from Time table files. Fixed smal issue on export function. Some Work on QLop database.

File last commit:

r14:0e9217f77498 default
r14:0e9217f77498 default
Show More
qlopdatabaseviewer.ui
30 lines | 768 B | text/plain | TextLexer
/ src / Core / Widgets / qlopdatabaseviewer.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QLopDataBaseViewer</class>
<widget class="QDockWidget" name="QLopDataBaseViewer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>825</width>
<height>427</height>
</rect>
</property>
<property name="windowTitle">
<string>DockWidget</string>
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTableView" name="dataBaseTbleView">
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>