##// END OF EJS Templates
It's now possible to create the variable and ask data to be retreived...
It's now possible to create the variable and ask data to be retreived asynchronously

File last commit:

r98:9678ebc27091
r294:c71a61da7f3d
Show More
DataSourceWidget.ui
42 lines | 964 B | text/plain | TextLexer
/ gui / ui / DataSource / DataSourceWidget.ui
Alexandre Leroux
Creates the data source widget...
r81 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DataSourceWidget</class>
<widget class="QWidget" name="DataSourceWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Data sources</string>
</property>
<layout class="QGridLayout" name="gridLayout">
Add button on the SidePane widgets to open left or right inspectors
r98 <property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
Alexandre Leroux
Creates the data source widget...
r81 <item row="0" column="0">
Add button on the SidePane widgets to open left or right inspectors
r98 <widget class="QTreeWidget" name="treeWidget">
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
Alexandre Leroux
Creates the data source widget...
r81 </item>
</layout>
</widget>
<resources/>
<connections/>
</ui>