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

r6:665de41c4c74 default
r14:0e9217f77498 default
Show More
filebrowser.ui
90 lines | 2.4 KiB | text/plain | TextLexer
A lot of refactoring:...
r6 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FileBrowser</class>
<widget class="QDockWidget" name="FileBrowser">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>685</width>
<height>469</height>
</rect>
</property>
<property name="windowTitle">
<string>DockWidget</string>
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="2">
<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="0" column="0">
<widget class="QPushButton" name="parentDirQpb">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../resources/qlop.qrc">
<normaloff>:/img/Gnome-go-up.svg</normaloff>:/img/Gnome-go-up.svg</iconset>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QPushButton" name="ListViewQpb">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../resources/qlop.qrc">
<normaloff>:/img/ListView.svg</normaloff>:/img/ListView.svg</iconset>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="TreeViewQpb">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../resources/qlop.qrc">
<normaloff>:/img/TreeView.svg</normaloff>:/img/TreeView.svg</iconset>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="pathLineEdit">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="../../../resources/qlop.qrc"/>
</resources>
<connections/>
</ui>