##// END OF EJS Templates
Better proxy support Wip....
Better proxy support Wip. Started centralised settings engine with GUI. Added QLopGUI engine to interact with QLop main window.

File last commit:

r15:b90d69939be9 default
r15:b90d69939be9 default
Show More
qlopdatabaseviewer.ui
30 lines | 775 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>Database Explorer</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>