|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>389</width> |
10 | | - <height>192</height> |
| 9 | + <width>730</width> |
| 10 | + <height>570</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="sizePolicy"> |
|
31 | 31 | <property name="title"> |
32 | 32 | <string/> |
33 | 33 | </property> |
34 | | - <layout class="QFormLayout" name="formLayout"> |
35 | | - <item row="0" column="0"> |
36 | | - <widget class="QLabel" name="label_3"> |
37 | | - <property name="text"> |
38 | | - <string>Method:</string> |
39 | | - </property> |
40 | | - </widget> |
41 | | - </item> |
42 | | - <item row="0" column="1"> |
43 | | - <widget class="QComboBox" name="methodComboBox_"> |
| 34 | + <layout class="QVBoxLayout" name="verticalLayout_3"> |
| 35 | + <item> |
| 36 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
44 | 37 | <item> |
45 | | - <property name="text"> |
46 | | - <string>Conjugate Gradient (SCI)</string> |
47 | | - </property> |
| 38 | + <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| 39 | + <item> |
| 40 | + <widget class="QLabel" name="label_3"> |
| 41 | + <property name="text"> |
| 42 | + <string>Method:</string> |
| 43 | + </property> |
| 44 | + </widget> |
| 45 | + </item> |
| 46 | + <item> |
| 47 | + <widget class="QComboBox" name="methodComboBox_"> |
| 48 | + <item> |
| 49 | + <property name="text"> |
| 50 | + <string>Conjugate Gradient (SCI)</string> |
| 51 | + </property> |
| 52 | + </item> |
| 53 | + <item> |
| 54 | + <property name="text"> |
| 55 | + <string>BiConjugate Gradient (SCI)</string> |
| 56 | + </property> |
| 57 | + </item> |
| 58 | + <item> |
| 59 | + <property name="text"> |
| 60 | + <string>Jacobi (SCI)</string> |
| 61 | + </property> |
| 62 | + </item> |
| 63 | + <item> |
| 64 | + <property name="text"> |
| 65 | + <string>MINRES (SCI)</string> |
| 66 | + </property> |
| 67 | + </item> |
| 68 | + </widget> |
| 69 | + </item> |
| 70 | + </layout> |
48 | 71 | </item> |
49 | 72 | <item> |
50 | | - <property name="text"> |
51 | | - <string>BiConjugate Gradient (SCI)</string> |
52 | | - </property> |
| 73 | + <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 74 | + <item> |
| 75 | + <widget class="QLabel" name="label_4"> |
| 76 | + <property name="text"> |
| 77 | + <string>Preconditioner:</string> |
| 78 | + </property> |
| 79 | + </widget> |
| 80 | + </item> |
| 81 | + <item> |
| 82 | + <widget class="QComboBox" name="preconditionerComboBox_"> |
| 83 | + <item> |
| 84 | + <property name="text"> |
| 85 | + <string>Jacobi</string> |
| 86 | + </property> |
| 87 | + </item> |
| 88 | + <item> |
| 89 | + <property name="text"> |
| 90 | + <string>None</string> |
| 91 | + </property> |
| 92 | + </item> |
| 93 | + </widget> |
| 94 | + </item> |
| 95 | + </layout> |
53 | 96 | </item> |
54 | 97 | <item> |
55 | | - <property name="text"> |
56 | | - <string>Jacobi (SCI)</string> |
57 | | - </property> |
| 98 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 99 | + <item> |
| 100 | + <widget class="QLabel" name="label"> |
| 101 | + <property name="text"> |
| 102 | + <string>Target error:</string> |
| 103 | + </property> |
| 104 | + </widget> |
| 105 | + </item> |
| 106 | + <item> |
| 107 | + <widget class="QDoubleSpinBox" name="targetErrorSpinBox_"> |
| 108 | + <property name="decimals"> |
| 109 | + <number>20</number> |
| 110 | + </property> |
| 111 | + <property name="maximum"> |
| 112 | + <double>999999999.000000000000000</double> |
| 113 | + </property> |
| 114 | + <property name="singleStep"> |
| 115 | + <double>0.000100000000000</double> |
| 116 | + </property> |
| 117 | + <property name="value"> |
| 118 | + <double>0.010000000000000</double> |
| 119 | + </property> |
| 120 | + </widget> |
| 121 | + </item> |
| 122 | + </layout> |
58 | 123 | </item> |
59 | 124 | <item> |
60 | | - <property name="text"> |
61 | | - <string>MINRES (SCI)</string> |
62 | | - </property> |
| 125 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 126 | + <item> |
| 127 | + <widget class="QLabel" name="label_2"> |
| 128 | + <property name="text"> |
| 129 | + <string>Maximum iterations:</string> |
| 130 | + </property> |
| 131 | + </widget> |
| 132 | + </item> |
| 133 | + <item> |
| 134 | + <widget class="QSpinBox" name="maxIterationsSpinBox_"> |
| 135 | + <property name="minimum"> |
| 136 | + <number>1</number> |
| 137 | + </property> |
| 138 | + <property name="maximum"> |
| 139 | + <number>100000</number> |
| 140 | + </property> |
| 141 | + </widget> |
| 142 | + </item> |
| 143 | + </layout> |
63 | 144 | </item> |
64 | | - </widget> |
65 | | - </item> |
66 | | - <item row="1" column="0"> |
67 | | - <widget class="QLabel" name="label_4"> |
68 | | - <property name="text"> |
69 | | - <string>Preconditioner:</string> |
70 | | - </property> |
71 | | - </widget> |
72 | | - </item> |
73 | | - <item row="1" column="1"> |
74 | | - <widget class="QComboBox" name="preconditionerComboBox_"> |
75 | 145 | <item> |
76 | | - <property name="text"> |
77 | | - <string>Jacobi</string> |
78 | | - </property> |
| 146 | + <layout class="QHBoxLayout" name="horizontalLayout" stretch="10,0"> |
| 147 | + <item> |
| 148 | + <widget class="QwtPlot" name="qwtPlot"/> |
| 149 | + </item> |
| 150 | + <item> |
| 151 | + <spacer name="horizontalSpacer"> |
| 152 | + <property name="orientation"> |
| 153 | + <enum>Qt::Horizontal</enum> |
| 154 | + </property> |
| 155 | + <property name="sizeHint" stdset="0"> |
| 156 | + <size> |
| 157 | + <width>40</width> |
| 158 | + <height>20</height> |
| 159 | + </size> |
| 160 | + </property> |
| 161 | + </spacer> |
| 162 | + </item> |
| 163 | + </layout> |
79 | 164 | </item> |
80 | | - <item> |
81 | | - <property name="text"> |
82 | | - <string>None</string> |
83 | | - </property> |
84 | | - </item> |
85 | | - </widget> |
86 | | - </item> |
87 | | - <item row="4" column="0"> |
88 | | - <widget class="QLabel" name="label_2"> |
89 | | - <property name="text"> |
90 | | - <string>Maximum iterations:</string> |
91 | | - </property> |
92 | | - </widget> |
93 | | - </item> |
94 | | - <item row="4" column="1"> |
95 | | - <widget class="QSpinBox" name="maxIterationsSpinBox_"> |
96 | | - <property name="minimum"> |
97 | | - <number>1</number> |
98 | | - </property> |
99 | | - <property name="maximum"> |
100 | | - <number>100000</number> |
101 | | - </property> |
102 | | - </widget> |
103 | | - </item> |
104 | | - <item row="2" column="1"> |
105 | | - <widget class="QDoubleSpinBox" name="targetErrorSpinBox_"> |
106 | | - <property name="decimals"> |
107 | | - <number>20</number> |
108 | | - </property> |
109 | | - <property name="maximum"> |
110 | | - <double>999999999.000000000000000</double> |
111 | | - </property> |
112 | | - <property name="singleStep"> |
113 | | - <double>0.000100000000000</double> |
114 | | - </property> |
115 | | - <property name="value"> |
116 | | - <double>0.010000000000000</double> |
117 | | - </property> |
118 | | - </widget> |
119 | | - </item> |
120 | | - <item row="2" column="0"> |
121 | | - <widget class="QLabel" name="label"> |
122 | | - <property name="text"> |
123 | | - <string>Target error:</string> |
124 | | - </property> |
125 | | - </widget> |
| 165 | + </layout> |
126 | 166 | </item> |
127 | 167 | </layout> |
128 | 168 | <zorder>label_2</zorder> |
|
133 | 173 | <zorder>preconditionerComboBox_</zorder> |
134 | 174 | <zorder>targetErrorSpinBox_</zorder> |
135 | 175 | <zorder>label</zorder> |
| 176 | + <zorder>qwtPlot</zorder> |
| 177 | + <zorder>horizontalSpacer</zorder> |
136 | 178 | </widget> |
137 | 179 | </item> |
138 | 180 | </layout> |
139 | 181 | </widget> |
| 182 | + <customwidgets> |
| 183 | + <customwidget> |
| 184 | + <class>QwtPlot</class> |
| 185 | + <extends>QFrame</extends> |
| 186 | + <header>qwt_plot.h</header> |
| 187 | + </customwidget> |
| 188 | + </customwidgets> |
140 | 189 | <resources/> |
141 | 190 | <connections/> |
142 | 191 | </ui> |
0 commit comments