~hmatuschek/+junk/qdmr-package

« back to all changes in this revision

Viewing changes to src/settingsdialog.ui

  • Committer: Hannes Matuschek
  • Date: 2020-07-07 14:34:22 UTC
  • mto: (17.1.1 qdmr-package)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: hmatuschek@gmail.com-20200707143422-1djcxrjkem3k5kb1
Tags: upstream-0.3.0
ImportĀ upstreamĀ versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    </widget>
49
49
   </item>
50
50
   <item>
 
51
    <widget class="QGroupBox" name="groupBox_2">
 
52
     <property name="title">
 
53
      <string>Radio Programming</string>
 
54
     </property>
 
55
     <layout class="QFormLayout" name="formLayout_2">
 
56
      <item row="0" column="0">
 
57
       <widget class="QLabel" name="label_3">
 
58
        <property name="text">
 
59
         <string>Update codeplug</string>
 
60
        </property>
 
61
       </widget>
 
62
      </item>
 
63
      <item row="0" column="1">
 
64
       <widget class="QCheckBox" name="updateCodeplug">
 
65
        <property name="toolTip">
 
66
         <string>Update the codeplug on the radio. If not selected, the codeplug on the radio gets overridden.</string>
 
67
        </property>
 
68
        <property name="text">
 
69
         <string/>
 
70
        </property>
 
71
       </widget>
 
72
      </item>
 
73
     </layout>
 
74
    </widget>
 
75
   </item>
 
76
   <item>
51
77
    <widget class="QDialogButtonBox" name="buttonBox">
52
78
     <property name="orientation">
53
79
      <enum>Qt::Horizontal</enum>