##// END OF EJS Templates
Bump Core, ready to integrate new DataSources model class...
Bump Core, ready to integrate new DataSources model class Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r868:86e05857e5c8
r1494:8ad169c5af90
Show More
DataSourceWidget.ui
49 lines | 1.2 KiB | text/plain | TextLexer
/ gui / ui / DataSource / DataSourceWidget.ui
Alexandre Leroux
Creates the data source widget...
r82 <?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">
<item row="0" column="0">
Alexandre Leroux
Adds line edit as a search box above data source tree
r475 <widget class="QLineEdit" name="filterLineEdit"/>
</item>
<item row="1" column="0">
Drag of product
r868 <widget class="DataSourceTreeWidget" name="treeWidget">
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragOnly</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
Add button on the SidePane widgets to open left or right inspectors
r101 <column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
Alexandre Leroux
Creates the data source widget...
r82 </item>
</layout>
</widget>
Drag of product
r868 <customwidgets>
<customwidget>
<class>DataSourceTreeWidget</class>
<extends>QTreeWidget</extends>
<header>DataSource/DataSourceTreeWidget.h</header>
</customwidget>
</customwidgets>
Alexandre Leroux
Creates the data source widget...
r82 <resources/>
<connections/>
</ui>