source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/OrderWidgetUI.ui @ cdf8f00

ESS_GUI_ordering
Last change on this file since cdf8f00 was cdf8f00, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 5 years ago

Reword the ordering label

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[8aa3c4d]1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>OrderWidgetUI</class>
4 <widget class="QWidget" name="OrderWidgetUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>511</width>
10    <height>417</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dataset Ordering</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_2">
17   <item row="0" column="0">
18    <widget class="QGroupBox" name="groupBox">
19     <property name="title">
20      <string>Data Order</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout">
23      <item row="0" column="0">
24       <widget class="QLabel" name="label">
25        <property name="text">
[cdf8f00]26         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Drag and move items to define the order of fitting.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
[8aa3c4d]27        </property>
28       </widget>
29      </item>
30      <item row="1" column="0">
31       <widget class="QListWidget" name="lstOrder">
32        <property name="editTriggers">
33         <set>QAbstractItemView::NoEditTriggers</set>
34        </property>
35        <property name="dragDropMode">
36         <enum>QAbstractItemView::InternalMove</enum>
37        </property>
38        <property name="defaultDropAction">
39         <enum>Qt::MoveAction</enum>
40        </property>
41        <property name="alternatingRowColors">
42         <bool>true</bool>
43        </property>
44        <property name="selectionMode">
45         <enum>QAbstractItemView::ExtendedSelection</enum>
46        </property>
47       </widget>
48      </item>
49     </layout>
50    </widget>
51   </item>
52  </layout>
53 </widget>
54 <resources/>
55 <connections/>
56</ui>
Note: See TracBrowser for help on using the repository browser.