]> Shamusworld >> Repos - schematic/blob - phase1.ui
Move DB access to NoteDialog class, new AlertDialog class.
[schematic] / phase1.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1023</width>
10     <height>883</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QTextBrowser" name="textBrowser">
18     <property name="geometry">
19      <rect>
20       <x>870</x>
21       <y>720</y>
22       <width>141</width>
23       <height>111</height>
24      </rect>
25     </property>
26     <property name="html">
27      <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;
28 &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;
29 p, li { white-space: pre-wrap; }
30 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
31 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;Still need Action List &amp;amp; Notes&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
32     </property>
33    </widget>
34    <widget class="QLabel" name="label">
35     <property name="geometry">
36      <rect>
37       <x>60</x>
38       <y>50</y>
39       <width>221</width>
40       <height>16</height>
41      </rect>
42     </property>
43     <property name="font">
44      <font>
45       <pointsize>12</pointsize>
46      </font>
47     </property>
48     <property name="text">
49      <string>Vendor Name</string>
50     </property>
51    </widget>
52    <widget class="QLabel" name="label_2">
53     <property name="geometry">
54      <rect>
55       <x>750</x>
56       <y>10</y>
57       <width>51</width>
58       <height>16</height>
59      </rect>
60     </property>
61     <property name="text">
62      <string>Search:</string>
63     </property>
64    </widget>
65    <widget class="QLineEdit" name="lineEdit">
66     <property name="geometry">
67      <rect>
68       <x>800</x>
69       <y>10</y>
70       <width>191</width>
71       <height>22</height>
72      </rect>
73     </property>
74    </widget>
75    <widget class="Line" name="line">
76     <property name="geometry">
77      <rect>
78       <x>10</x>
79       <y>30</y>
80       <width>1001</width>
81       <height>16</height>
82      </rect>
83     </property>
84     <property name="orientation">
85      <enum>Qt::Horizontal</enum>
86     </property>
87    </widget>
88    <widget class="QCheckBox" name="checkBox">
89     <property name="geometry">
90      <rect>
91       <x>10</x>
92       <y>80</y>
93       <width>121</width>
94       <height>21</height>
95      </rect>
96     </property>
97     <property name="text">
98      <string>NDA Signed</string>
99     </property>
100    </widget>
101    <widget class="QLabel" name="label_9">
102     <property name="geometry">
103      <rect>
104       <x>20</x>
105       <y>10</y>
106       <width>131</width>
107       <height>16</height>
108      </rect>
109     </property>
110     <property name="text">
111      <string>User: joneal</string>
112     </property>
113    </widget>
114    <widget class="QTableWidget" name="tableWidget">
115     <property name="geometry">
116      <rect>
117       <x>20</x>
118       <y>570</y>
119       <width>981</width>
120       <height>192</height>
121      </rect>
122     </property>
123     <column>
124      <property name="text">
125       <string>PO #</string>
126      </property>
127     </column>
128     <column>
129      <property name="text">
130       <string>Vendor</string>
131      </property>
132     </column>
133     <column>
134      <property name="text">
135       <string>Desc.</string>
136      </property>
137     </column>
138     <column>
139      <property name="text">
140       <string>OAD</string>
141      </property>
142     </column>
143     <column>
144      <property name="text">
145       <string>UAD</string>
146      </property>
147     </column>
148     <column>
149      <property name="text">
150       <string>Docs</string>
151      </property>
152     </column>
153     <column>
154      <property name="text">
155       <string>FAI</string>
156      </property>
157     </column>
158    </widget>
159    <widget class="QGroupBox" name="groupBox">
160     <property name="geometry">
161      <rect>
162       <x>740</x>
163       <y>710</y>
164       <width>121</width>
165       <height>121</height>
166      </rect>
167     </property>
168     <property name="title">
169      <string>Create Item</string>
170     </property>
171     <widget class="QPushButton" name="pushButton">
172      <property name="geometry">
173       <rect>
174        <x>10</x>
175        <y>30</y>
176        <width>100</width>
177        <height>23</height>
178       </rect>
179      </property>
180      <property name="text">
181       <string>PO</string>
182      </property>
183     </widget>
184     <widget class="QPushButton" name="pushButton_2">
185      <property name="geometry">
186       <rect>
187        <x>10</x>
188        <y>60</y>
189        <width>100</width>
190        <height>23</height>
191       </rect>
192      </property>
193      <property name="text">
194       <string>Alert</string>
195      </property>
196     </widget>
197     <widget class="QPushButton" name="pushButton_3">
198      <property name="geometry">
199       <rect>
200        <x>10</x>
201        <y>90</y>
202        <width>100</width>
203        <height>23</height>
204       </rect>
205      </property>
206      <property name="text">
207       <string>Note</string>
208      </property>
209     </widget>
210    </widget>
211    <widget class="QFrame" name="frame">
212     <property name="geometry">
213      <rect>
214       <x>290</x>
215       <y>380</y>
216       <width>131</width>
217       <height>121</height>
218      </rect>
219     </property>
220     <property name="frameShape">
221      <enum>QFrame::StyledPanel</enum>
222     </property>
223     <property name="frameShadow">
224      <enum>QFrame::Raised</enum>
225     </property>
226     <widget class="QLabel" name="label_10">
227      <property name="geometry">
228       <rect>
229        <x>10</x>
230        <y>10</y>
231        <width>111</width>
232        <height>101</height>
233       </rect>
234      </property>
235      <property name="font">
236       <font>
237        <pointsize>64</pointsize>
238       </font>
239      </property>
240      <property name="autoFillBackground">
241       <bool>false</bool>
242      </property>
243      <property name="text">
244       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; background-color:#0055ff;&quot;&gt; &amp;nbsp;2 &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
245      </property>
246      <property name="alignment">
247       <set>Qt::AlignCenter</set>
248      </property>
249     </widget>
250    </widget>
251    <widget class="QTreeWidget" name="treeWidget">
252     <property name="geometry">
253      <rect>
254       <x>10</x>
255       <y>310</y>
256       <width>271</width>
257       <height>192</height>
258      </rect>
259     </property>
260     <column>
261      <property name="text">
262       <string>Vendor Classes</string>
263      </property>
264     </column>
265     <item>
266      <property name="text">
267       <string>Machine</string>
268      </property>
269      <item>
270       <property name="text">
271        <string>Cutter</string>
272       </property>
273      </item>
274      <item>
275       <property name="text">
276        <string>Casting</string>
277       </property>
278      </item>
279     </item>
280     <item>
281      <property name="text">
282       <string>Electronic Parts</string>
283      </property>
284     </item>
285     <item>
286      <property name="text">
287       <string>PCBs</string>
288      </property>
289     </item>
290     <item>
291      <property name="text">
292       <string>Raw Materials</string>
293      </property>
294     </item>
295     <item>
296      <property name="text">
297       <string>Lenses</string>
298      </property>
299     </item>
300     <item>
301      <property name="text">
302       <string>COTS</string>
303      </property>
304     </item>
305     <item>
306      <property name="text">
307       <string>Coatings</string>
308      </property>
309     </item>
310    </widget>
311    <widget class="QTabWidget" name="tabWidget">
312     <property name="geometry">
313      <rect>
314       <x>10</x>
315       <y>110</y>
316       <width>271</width>
317       <height>181</height>
318      </rect>
319     </property>
320     <property name="currentIndex">
321      <number>0</number>
322     </property>
323     <widget class="QWidget" name="tab">
324      <attribute name="title">
325       <string>Primary</string>
326      </attribute>
327      <widget class="QWidget" name="formLayoutWidget_2">
328       <property name="geometry">
329        <rect>
330         <x>0</x>
331         <y>10</y>
332         <width>261</width>
333         <height>141</height>
334        </rect>
335       </property>
336       <layout class="QFormLayout" name="formLayout_2">
337        <item row="0" column="0">
338         <widget class="QLabel" name="label_11">
339          <property name="text">
340           <string>Address:</string>
341          </property>
342          <property name="alignment">
343           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
344          </property>
345         </widget>
346        </item>
347        <item row="0" column="1">
348         <widget class="QLineEdit" name="lineEdit_8"/>
349        </item>
350        <item row="1" column="0">
351         <widget class="QLabel" name="label_12">
352          <property name="text">
353           <string>City:</string>
354          </property>
355          <property name="alignment">
356           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
357          </property>
358         </widget>
359        </item>
360        <item row="2" column="0">
361         <widget class="QLabel" name="label_13">
362          <property name="text">
363           <string>State:</string>
364          </property>
365          <property name="alignment">
366           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
367          </property>
368         </widget>
369        </item>
370        <item row="2" column="1">
371         <widget class="QLineEdit" name="lineEdit_9"/>
372        </item>
373        <item row="3" column="1">
374         <widget class="QLineEdit" name="lineEdit_10"/>
375        </item>
376        <item row="3" column="0">
377         <widget class="QLabel" name="label_14">
378          <property name="text">
379           <string>Country:</string>
380          </property>
381          <property name="alignment">
382           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
383          </property>
384         </widget>
385        </item>
386        <item row="1" column="1">
387         <widget class="QLineEdit" name="lineEdit_11"/>
388        </item>
389        <item row="4" column="0">
390         <widget class="QLabel" name="label_7">
391          <property name="text">
392           <string>Postal Code:</string>
393          </property>
394         </widget>
395        </item>
396        <item row="4" column="1">
397         <widget class="QLineEdit" name="lineEdit_6"/>
398        </item>
399       </layout>
400      </widget>
401     </widget>
402     <widget class="QWidget" name="tab_2">
403      <attribute name="title">
404       <string>2nd</string>
405      </attribute>
406     </widget>
407    </widget>
408    <widget class="QTabWidget" name="tabWidget_2">
409     <property name="geometry">
410      <rect>
411       <x>290</x>
412       <y>110</y>
413       <width>321</width>
414       <height>241</height>
415      </rect>
416     </property>
417     <property name="currentIndex">
418      <number>0</number>
419     </property>
420     <widget class="QWidget" name="tab_3">
421      <attribute name="title">
422       <string>Contact #1</string>
423      </attribute>
424      <widget class="QWidget" name="formLayoutWidget">
425       <property name="geometry">
426        <rect>
427         <x>0</x>
428         <y>10</y>
429         <width>311</width>
430         <height>201</height>
431        </rect>
432       </property>
433       <layout class="QFormLayout" name="formLayout">
434        <item row="0" column="0">
435         <widget class="QLabel" name="label_3">
436          <property name="text">
437           <string>Type:</string>
438          </property>
439          <property name="alignment">
440           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
441          </property>
442         </widget>
443        </item>
444        <item row="0" column="1">
445         <widget class="QLineEdit" name="lineEdit_2"/>
446        </item>
447        <item row="1" column="0">
448         <widget class="QLabel" name="label_4">
449          <property name="text">
450           <string>Name:</string>
451          </property>
452          <property name="alignment">
453           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
454          </property>
455         </widget>
456        </item>
457        <item row="2" column="1">
458         <widget class="QLineEdit" name="lineEdit_4"/>
459        </item>
460        <item row="3" column="1">
461         <widget class="QLineEdit" name="lineEdit_5"/>
462        </item>
463        <item row="3" column="0">
464         <widget class="QLabel" name="label_6">
465          <property name="text">
466           <string>Address:</string>
467          </property>
468          <property name="alignment">
469           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
470          </property>
471         </widget>
472        </item>
473        <item row="1" column="1">
474         <widget class="QLineEdit" name="lineEdit_3"/>
475        </item>
476        <item row="2" column="0">
477         <widget class="QLabel" name="label_5">
478          <property name="text">
479           <string>Email:</string>
480          </property>
481          <property name="alignment">
482           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
483          </property>
484         </widget>
485        </item>
486        <item row="4" column="0">
487         <widget class="QLabel" name="label_8">
488          <property name="text">
489           <string>Phone 1:</string>
490          </property>
491         </widget>
492        </item>
493        <item row="5" column="0">
494         <widget class="QLabel" name="label_15">
495          <property name="text">
496           <string>Phone 2:</string>
497          </property>
498         </widget>
499        </item>
500        <item row="4" column="1">
501         <widget class="QLineEdit" name="lineEdit_7"/>
502        </item>
503        <item row="5" column="1">
504         <widget class="QLineEdit" name="lineEdit_12"/>
505        </item>
506        <item row="6" column="1">
507         <widget class="QLineEdit" name="lineEdit_13"/>
508        </item>
509        <item row="6" column="0">
510         <widget class="QLabel" name="label_16">
511          <property name="text">
512           <string>Fax:</string>
513          </property>
514         </widget>
515        </item>
516       </layout>
517      </widget>
518     </widget>
519     <widget class="QWidget" name="tab_4">
520      <attribute name="title">
521       <string>#2</string>
522      </attribute>
523     </widget>
524     <widget class="QWidget" name="tab_5">
525      <attribute name="title">
526       <string>#3</string>
527      </attribute>
528     </widget>
529    </widget>
530    <widget class="QPushButton" name="pushButton_4">
531     <property name="geometry">
532      <rect>
533       <x>10</x>
534       <y>50</y>
535       <width>21</width>
536       <height>25</height>
537      </rect>
538     </property>
539     <property name="text">
540      <string>&lt;</string>
541     </property>
542    </widget>
543    <widget class="QPushButton" name="pushButton_5">
544     <property name="geometry">
545      <rect>
546       <x>30</x>
547       <y>50</y>
548       <width>21</width>
549       <height>25</height>
550      </rect>
551     </property>
552     <property name="text">
553      <string>&gt;</string>
554     </property>
555    </widget>
556    <widget class="QListView" name="listView">
557     <property name="geometry">
558      <rect>
559       <x>770</x>
560       <y>80</y>
561       <width>231</width>
562       <height>271</height>
563      </rect>
564     </property>
565    </widget>
566    <widget class="QLabel" name="label_17">
567     <property name="geometry">
568      <rect>
569       <x>290</x>
570       <y>360</y>
571       <width>121</width>
572       <height>20</height>
573      </rect>
574     </property>
575     <property name="text">
576      <string>Caution Advised</string>
577     </property>
578    </widget>
579    <widget class="QGroupBox" name="groupBox_2">
580     <property name="geometry">
581      <rect>
582       <x>440</x>
583       <y>360</y>
584       <width>141</width>
585       <height>121</height>
586      </rect>
587     </property>
588     <property name="title">
589      <string>Vendor Actions</string>
590     </property>
591    </widget>
592    <widget class="QLabel" name="label_18">
593     <property name="geometry">
594      <rect>
595       <x>20</x>
596       <y>540</y>
597       <width>151</width>
598       <height>16</height>
599      </rect>
600     </property>
601     <property name="text">
602      <string>Purchase Orders</string>
603     </property>
604    </widget>
605    <widget class="QToolButton" name="toolButton">
606     <property name="geometry">
607      <rect>
608       <x>170</x>
609       <y>540</y>
610       <width>61</width>
611       <height>25</height>
612      </rect>
613     </property>
614     <property name="text">
615      <string>Open</string>
616     </property>
617     <property name="checkable">
618      <bool>true</bool>
619     </property>
620     <property name="checked">
621      <bool>true</bool>
622     </property>
623    </widget>
624    <widget class="QToolButton" name="toolButton_2">
625     <property name="geometry">
626      <rect>
627       <x>240</x>
628       <y>540</y>
629       <width>61</width>
630       <height>25</height>
631      </rect>
632     </property>
633     <property name="text">
634      <string>Closed</string>
635     </property>
636    </widget>
637    <widget class="QToolButton" name="toolButton_3">
638     <property name="geometry">
639      <rect>
640       <x>310</x>
641       <y>540</y>
642       <width>61</width>
643       <height>25</height>
644      </rect>
645     </property>
646     <property name="text">
647      <string>All</string>
648     </property>
649    </widget>
650    <widget class="Line" name="line_2">
651     <property name="geometry">
652      <rect>
653       <x>20</x>
654       <y>510</y>
655       <width>701</width>
656       <height>16</height>
657      </rect>
658     </property>
659     <property name="orientation">
660      <enum>Qt::Horizontal</enum>
661     </property>
662    </widget>
663    <widget class="QPushButton" name="pushButton_9">
664     <property name="geometry">
665      <rect>
666       <x>460</x>
667       <y>470</y>
668       <width>61</width>
669       <height>25</height>
670      </rect>
671     </property>
672     <property name="text">
673      <string>Edit</string>
674     </property>
675    </widget>
676    <widget class="QLabel" name="label_19">
677     <property name="geometry">
678      <rect>
679       <x>770</x>
680       <y>60</y>
681       <width>51</width>
682       <height>16</height>
683      </rect>
684     </property>
685     <property name="text">
686      <string>Alerts</string>
687     </property>
688    </widget>
689    <widget class="QLabel" name="label_20">
690     <property name="geometry">
691      <rect>
692       <x>770</x>
693       <y>370</y>
694       <width>51</width>
695       <height>16</height>
696      </rect>
697     </property>
698     <property name="text">
699      <string>Notes</string>
700     </property>
701    </widget>
702    <widget class="QListView" name="listView_2">
703     <property name="geometry">
704      <rect>
705       <x>770</x>
706       <y>390</y>
707       <width>231</width>
708       <height>161</height>
709      </rect>
710     </property>
711    </widget>
712    <widget class="Line" name="line_3">
713     <property name="geometry">
714      <rect>
715       <x>730</x>
716       <y>60</y>
717       <width>20</width>
718       <height>501</height>
719      </rect>
720     </property>
721     <property name="orientation">
722      <enum>Qt::Vertical</enum>
723     </property>
724    </widget>
725    <widget class="QPushButton" name="pushButton_10">
726     <property name="geometry">
727      <rect>
728       <x>935</x>
729       <y>50</y>
730       <width>61</width>
731       <height>25</height>
732      </rect>
733     </property>
734     <property name="text">
735      <string>Create</string>
736     </property>
737    </widget>
738    <widget class="QPushButton" name="pushButton_11">
739     <property name="geometry">
740      <rect>
741       <x>930</x>
742       <y>360</y>
743       <width>61</width>
744       <height>25</height>
745      </rect>
746     </property>
747     <property name="text">
748      <string>Create</string>
749     </property>
750    </widget>
751    <widget class="QPushButton" name="pushButton_12">
752     <property name="geometry">
753      <rect>
754       <x>670</x>
755       <y>540</y>
756       <width>61</width>
757       <height>25</height>
758      </rect>
759     </property>
760     <property name="text">
761      <string>Create</string>
762     </property>
763    </widget>
764    <widget class="QPushButton" name="pushButton_6">
765     <property name="geometry">
766      <rect>
767       <x>460</x>
768       <y>380</y>
769       <width>106</width>
770       <height>25</height>
771      </rect>
772     </property>
773     <property name="text">
774      <string>Add Vendor</string>
775     </property>
776    </widget>
777    <widget class="QPushButton" name="pushButton_7">
778     <property name="geometry">
779      <rect>
780       <x>460</x>
781       <y>410</y>
782       <width>106</width>
783       <height>25</height>
784      </rect>
785     </property>
786     <property name="text">
787      <string>Add Contact</string>
788     </property>
789    </widget>
790    <widget class="QPushButton" name="pushButton_8">
791     <property name="geometry">
792      <rect>
793       <x>460</x>
794       <y>440</y>
795       <width>106</width>
796       <height>25</height>
797      </rect>
798     </property>
799     <property name="text">
800      <string>Add Location</string>
801     </property>
802    </widget>
803    <zorder>label</zorder>
804    <zorder>label_2</zorder>
805    <zorder>lineEdit</zorder>
806    <zorder>line</zorder>
807    <zorder>checkBox</zorder>
808    <zorder>label_9</zorder>
809    <zorder>tableWidget</zorder>
810    <zorder>groupBox</zorder>
811    <zorder>frame</zorder>
812    <zorder>treeWidget</zorder>
813    <zorder>tabWidget</zorder>
814    <zorder>tabWidget_2</zorder>
815    <zorder>pushButton_4</zorder>
816    <zorder>pushButton_5</zorder>
817    <zorder>listView</zorder>
818    <zorder>label_17</zorder>
819    <zorder>groupBox_2</zorder>
820    <zorder>label_18</zorder>
821    <zorder>toolButton</zorder>
822    <zorder>toolButton_2</zorder>
823    <zorder>toolButton_3</zorder>
824    <zorder>line_2</zorder>
825    <zorder>pushButton_9</zorder>
826    <zorder>label_19</zorder>
827    <zorder>textBrowser</zorder>
828    <zorder>label_20</zorder>
829    <zorder>listView_2</zorder>
830    <zorder>line_3</zorder>
831    <zorder>pushButton_10</zorder>
832    <zorder>pushButton_11</zorder>
833    <zorder>pushButton_12</zorder>
834    <zorder>pushButton_6</zorder>
835    <zorder>pushButton_7</zorder>
836    <zorder>pushButton_8</zorder>
837   </widget>
838   <widget class="QMenuBar" name="menubar">
839    <property name="geometry">
840     <rect>
841      <x>0</x>
842      <y>0</y>
843      <width>1023</width>
844      <height>22</height>
845     </rect>
846    </property>
847    <widget class="QMenu" name="menuMenu1">
848     <property name="title">
849      <string>Menu1</string>
850     </property>
851     <addaction name="actionSubmenu_Item_1"/>
852    </widget>
853    <widget class="QMenu" name="menuMenu2">
854     <property name="title">
855      <string>Menu2</string>
856     </property>
857     <addaction name="actionSubmenu_Item_2"/>
858    </widget>
859    <addaction name="menuMenu1"/>
860    <addaction name="menuMenu2"/>
861   </widget>
862   <widget class="QStatusBar" name="statusbar"/>
863   <action name="actionSubmenu_Item_1">
864    <property name="text">
865     <string>Submenu Item 1</string>
866    </property>
867   </action>
868   <action name="actionSubmenu_Item_2">
869    <property name="text">
870     <string>Submenu Item 1</string>
871    </property>
872   </action>
873  </widget>
874  <resources/>
875  <connections/>
876 </ui>