File: stellarbatchsolver.ui

package info (click to toggle)
stellarsolver 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,112 kB
  • sloc: ansic: 31,587; cpp: 15,103; python: 186; sh: 74; pascal: 67; perl: 9; makefile: 2
file content (354 lines) | stat: -rw-r--r-- 12,529 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>StellarBatchSolver</class>
 <widget class="QMainWindow" name="StellarBatchSolver">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>884</width>
    <height>600</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QGridLayout" name="gridLayout_2">
    <item row="0" column="0">
     <widget class="QSplitter" name="horSplitter">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
      <widget class="QWidget" name="verticalLayoutWidget">
       <layout class="QVBoxLayout" name="verticalLayout">
        <property name="leftMargin">
         <number>0</number>
        </property>
        <item>
         <layout class="QHBoxLayout" name="horizontalLayout">
          <property name="topMargin">
           <number>0</number>
          </property>
          <item>
           <widget class="QPushButton" name="loadB">
            <property name="toolTip">
             <string>Loads Selected Images into the Image List</string>
            </property>
            <property name="text">
             <string>Load</string>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QPushButton" name="clearImagesB">
            <property name="toolTip">
             <string>Clears all the images in the image list and deletes all the data associated with them.</string>
            </property>
            <property name="text">
             <string>Clear All</string>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QPushButton" name="deleteImageB">
            <property name="toolTip">
             <string>Removes the selected image in the image list and deletes all the data associated with it.</string>
            </property>
            <property name="text">
             <string>Remove</string>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QPushButton" name="resetB">
            <property name="toolTip">
             <string>Clears the solution information and star extractions for the whole list of images</string>
            </property>
            <property name="text">
             <string>Reset</string>
            </property>
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <layout class="QVBoxLayout" name="verticalLayout_4">
          <item>
           <widget class="QTableWidget" name="imagesList">
            <property name="selectionBehavior">
             <enum>QAbstractItemView::SelectRows</enum>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QPushButton" name="selectIndexes">
            <property name="toolTip">
             <string>Adds any other index file directories you may select on your computer</string>
            </property>
            <property name="text">
             <string>Add Index File Directory</string>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QListWidget" name="indexDirectories">
            <property name="sizePolicy">
             <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
              <horstretch>0</horstretch>
              <verstretch>0</verstretch>
             </sizepolicy>
            </property>
            <property name="maximumSize">
             <size>
              <width>16777215</width>
              <height>50</height>
             </size>
            </property>
            <property name="toolTip">
             <string>The list of file directories to search for index files.</string>
            </property>
           </widget>
          </item>
          <item>
           <layout class="QHBoxLayout" name="horizontalLayout_5">
            <property name="topMargin">
             <number>0</number>
            </property>
            <item>
             <widget class="QLabel" name="label">
              <property name="text">
               <string>Solve Profile</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QComboBox" name="solveProfile">
              <property name="toolTip">
               <string>The StellarSolver Profile to be used for Solving</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QLabel" name="label_2">
              <property name="text">
               <string>Extract Profile</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QComboBox" name="extractProfile">
              <property name="toolTip">
               <string>The StellarSolver profile to be used for the Star Extraction</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QCheckBox" name="getHFR">
              <property name="toolTip">
               <string>Whether to solve with HFR, which takes significantly longer to extract.</string>
              </property>
              <property name="text">
               <string>HFR</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QComboBox" name="colorChannel">
              <property name="toolTip">
               <string>The Color Channel to use for Star Extraction and Solving of RGB Images.  Note that this does not apply to MonoChromatic images, which only have one channel.</string>
              </property>
              <property name="currentIndex">
               <number>1</number>
              </property>
              <item>
               <property name="text">
                <string>Red</string>
               </property>
              </item>
              <item>
               <property name="text">
                <string>Green</string>
               </property>
              </item>
              <item>
               <property name="text">
                <string>Blue</string>
               </property>
              </item>
              <item>
               <property name="text">
                <string>Average RGB</string>
               </property>
              </item>
              <item>
               <property name="text">
                <string>Integrated RGB</string>
               </property>
              </item>
             </widget>
            </item>
           </layout>
          </item>
          <item>
           <layout class="QHBoxLayout" name="horizontalLayout_2">
            <property name="topMargin">
             <number>0</number>
            </property>
            <item>
             <widget class="QCheckBox" name="saveImages">
              <property name="toolTip">
               <string>Whether to attempt to save the solved images and extracted star lists to the output directory.  Note that if you have already done the processing, and just want to save it now, you can click &quot;Process Images&quot; and it won't do the processing again, but it will save the images to your selected folder.</string>
              </property>
              <property name="text">
               <string>Save Results to:</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QLineEdit" name="outputDirectory">
              <property name="toolTip">
               <string>The Output file directory path</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QPushButton" name="selectOutputDir">
              <property name="toolTip">
               <string>Selects the folder to ouput files to.</string>
              </property>
              <property name="text">
               <string>Select</string>
              </property>
             </widget>
            </item>
           </layout>
          </item>
         </layout>
        </item>
       </layout>
      </widget>
      <widget class="QSplitter" name="verSplitter">
       <property name="orientation">
        <enum>Qt::Vertical</enum>
       </property>
       <widget class="QScrollArea" name="scrollArea">
        <property name="widgetResizable">
         <bool>true</bool>
        </property>
        <widget class="QWidget" name="scrollAreaWidgetContents">
         <property name="geometry">
          <rect>
           <x>0</x>
           <y>0</y>
           <width>336</width>
           <height>68</height>
          </rect>
         </property>
         <layout class="QGridLayout" name="gridLayout">
          <item row="0" column="0">
           <widget class="ImageLabel" name="imageDisplay">
            <property name="sizePolicy">
             <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
              <horstretch>0</horstretch>
              <verstretch>0</verstretch>
             </sizepolicy>
            </property>
            <property name="text">
             <string/>
            </property>
           </widget>
          </item>
         </layout>
        </widget>
       </widget>
       <widget class="QWidget" name="verticalLayoutWidget_4">
        <layout class="QVBoxLayout" name="verticalLayout_5">
         <property name="topMargin">
          <number>0</number>
         </property>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_3">
           <property name="leftMargin">
            <number>0</number>
           </property>
           <property name="topMargin">
            <number>0</number>
           </property>
           <item>
            <widget class="QPushButton" name="processB">
             <property name="toolTip">
              <string>Starts the Image processing loop including Solving and star extraction of all items in the imageList.  Note that it will skip star extraction and solving for any images that it has already been done for.  If you have selected to save the results, it will do that for all the images, even the ones that have already been processed.</string>
             </property>
             <property name="text">
              <string>Process Unsolved Images</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QPushButton" name="abortB">
             <property name="toolTip">
              <string>Aborts the whole solve images loop.  If you click &quot;Process Images&quot; again, it will pick up where you left off.  If you want to start all over and do them all again, click &quot;Reset&quot;</string>
             </property>
             <property name="text">
              <string>Abort</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QPushButton" name="clearB">
             <property name="toolTip">
              <string>Clears the log</string>
             </property>
             <property name="text">
              <string>Clear</string>
             </property>
            </widget>
           </item>
          </layout>
         </item>
         <item>
          <widget class="QPlainTextEdit" name="logDisplay"/>
         </item>
         <item>
          <widget class="QProgressBar" name="processProgress">
           <property name="value">
            <number>0</number>
           </property>
          </widget>
         </item>
        </layout>
       </widget>
      </widget>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>884</width>
     <height>21</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuStellarBatchSolver">
    <property name="title">
     <string>StellarBatchSolver</string>
    </property>
   </widget>
   <addaction name="menuStellarBatchSolver"/>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
 </widget>
 <customwidgets>
  <customwidget>
   <class>ImageLabel</class>
   <extends>QLabel</extends>
   <header location="global">ssolverutils/imagelabel.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>