##// 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:

r5:92e4585e8fab default
r14:0e9217f77498 default
Show More
mainwindow.ui
77 lines | 1.9 KiB | text/plain | TextLexer
First init
r0 <?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>
Added Python Console and some Wrappers....
r5 <property name="dockNestingEnabled">
<bool>true</bool>
</property>
<widget class="PythonConsole" name="centralWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
First init
r0 </widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>27</height>
</rect>
</property>
A lot of cleaning.
r4 <widget class="QMenu" name="menuTools">
<property name="title">
<string>tools</string>
</property>
<widget class="QMenu" name="menuThemis">
<property name="title">
<string>Themis</string>
</property>
<addaction name="actionIndex_Viewer"/>
</widget>
<addaction name="menuThemis"/>
</widget>
<addaction name="menuTools"/>
First init
r0 </widget>
<widget class="QStatusBar" name="statusBar"/>
A lot of cleaning.
r4 <action name="actionIndex_Viewer">
<property name="text">
<string>Index Viewer</string>
</property>
</action>
First init
r0 </widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
Added Python Console and some Wrappers....
r5 <class>PythonConsole</class>
First init
r0 <extends>QWidget</extends>
Added Python Console and some Wrappers....
r5 <header location="global">pythonconsole.h</header>
First init
r0 <container>1</container>
</customwidget>
</customwidgets>
Added Python Console and some Wrappers....
r5 <resources/>
First init
r0 <connections/>
</ui>