~jil26/fabinterpreter/Qt_version

« back to all changes in this revision

Viewing changes to software/FabInterpreter/mainwindow.ui

  • Committer: Jeremy Cohen
  • Date: 2010-07-16 20:20:34 UTC
  • Revision ID: jeremyrcohen@gmail.com-20100716202034-nsdz43xg4r9hyhqh
Added signal/slot implementation. Still need to implement threads

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
       <property name="decimals">
61
61
        <number>6</number>
62
62
       </property>
 
63
       <property name="maximum">
 
64
        <double>99.000000000000000</double>
 
65
       </property>
 
66
       <property name="singleStep">
 
67
        <double>1.000000000000000</double>
 
68
       </property>
63
69
      </widget>
64
70
     </item>
65
71
     <item row="1" column="5">
1296
1302
    <property name="geometry">
1297
1303
     <rect>
1298
1304
      <x>10</x>
1299
 
      <y>10</y>
1300
 
      <width>391</width>
1301
 
      <height>61</height>
1302
 
     </rect>
1303
 
    </property>
1304
 
    <layout class="QGridLayout" name="gridLayout">
1305
 
     <item row="0" column="1">
1306
 
      <widget class="QPushButton" name="LoadConfigButton">
1307
 
       <property name="enabled">
1308
 
        <bool>true</bool>
1309
 
       </property>
1310
 
       <property name="font">
1311
 
        <font>
1312
 
         <pointsize>18</pointsize>
1313
 
         <weight>75</weight>
1314
 
         <bold>true</bold>
1315
 
        </font>
1316
 
       </property>
1317
 
       <property name="text">
1318
 
        <string>Load Printer Configuration</string>
1319
 
       </property>
1320
 
      </widget>
1321
 
     </item>
1322
 
    </layout>
1323
 
   </widget>
1324
 
   <widget class="QGroupBox" name="gridGroupBox">
1325
 
    <property name="geometry">
1326
 
     <rect>
1327
 
      <x>10</x>
1328
1305
      <y>290</y>
1329
1306
      <width>711</width>
1330
1307
      <height>51</height>
1624
1601
     <string>Port Name</string>
1625
1602
    </property>
1626
1603
   </widget>
 
1604
   <widget class="QPushButton" name="LoadConfigButton">
 
1605
    <property name="enabled">
 
1606
     <bool>true</bool>
 
1607
    </property>
 
1608
    <property name="geometry">
 
1609
     <rect>
 
1610
      <x>10</x>
 
1611
      <y>20</y>
 
1612
      <width>371</width>
 
1613
      <height>37</height>
 
1614
     </rect>
 
1615
    </property>
 
1616
    <property name="font">
 
1617
     <font>
 
1618
      <pointsize>18</pointsize>
 
1619
      <weight>75</weight>
 
1620
      <bold>true</bold>
 
1621
     </font>
 
1622
    </property>
 
1623
    <property name="text">
 
1624
     <string>Load Printer Configuration</string>
 
1625
    </property>
 
1626
   </widget>
1627
1627
  </widget>
1628
1628
  <widget class="QStatusBar" name="statusBar"/>
1629
1629
 </widget>