~janisozaur/+junk/qwt-chart

« back to all changes in this revision

Viewing changes to mainwindow.ui

  • Committer: Michal Janiszewski
  • Date: 2010-11-17 17:46:18 UTC
  • mfrom: (14.1.1 qserialport)
  • Revision ID: janisozaur@gmail.com-20101117174618-1ncpe47hczwi2kv1
update user interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
     <layout class="QHBoxLayout" name="horizontalLayout"/>
20
20
    </item>
21
21
    <item>
22
 
     <widget class="QPushButton" name="startButton">
23
 
      <property name="text">
24
 
       <string>Start</string>
25
 
      </property>
26
 
     </widget>
 
22
     <layout class="QVBoxLayout" name="verticalLayout">
 
23
      <item>
 
24
       <layout class="QHBoxLayout" name="horizontalLayout_2">
 
25
        <item>
 
26
         <widget class="QLineEdit" name="portNameLineEdit"/>
 
27
        </item>
 
28
        <item>
 
29
         <widget class="QComboBox" name="portBaudRateComboBox"/>
 
30
        </item>
 
31
       </layout>
 
32
      </item>
 
33
      <item>
 
34
       <widget class="QPushButton" name="startButton">
 
35
        <property name="text">
 
36
         <string>Start</string>
 
37
        </property>
 
38
       </widget>
 
39
      </item>
 
40
     </layout>
27
41
    </item>
28
42
   </layout>
29
43
  </widget>