source: sasview/src/sas/qtgui/Utilities/UI/ModelEditor.ui @ 3b3b40b

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 3b3b40b was 3b3b40b, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Merging feature branches

  • Property mode set to 100755
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ModelEditor</class>
4 <widget class="QWidget" name="ModelEditor">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>549</width>
10    <height>632</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Model Editor</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0">
18    <widget class="QGroupBox" name="groupBox_13">
19     <property name="title">
20      <string>Model</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout_16">
23      <item row="0" column="0">
24       <widget class="QTextEdit" name="txtEditor">
25        <property name="html">
26         <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
27&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
28p, li { white-space: pre-wrap; }
29&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
30&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
31        </property>
32       </widget>
33      </item>
34     </layout>
35    </widget>
36   </item>
37  </layout>
38 </widget>
39 <resources/>
40 <connections/>
41</ui>
Note: See TracBrowser for help on using the repository browser.