Initial work for dial controls
This commit is contained in:
parent
1847ebdd5a
commit
fc084dca59
BIN
artwork/down.png
Normal file
BIN
artwork/down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 263 B |
BIN
artwork/up.png
Normal file
BIN
artwork/up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 271 B |
112
mainwindow.ui
112
mainwindow.ui
@ -195,41 +195,87 @@
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLCDNumber" name="currentFreq">
|
<layout class="QHBoxLayout" name="horizontalLayout_18">
|
||||||
<property name="minimumSize">
|
<property name="topMargin">
|
||||||
<size>
|
|
||||||
<width>200</width>
|
|
||||||
<height>40</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>Set Current Frequency</string>
|
|
||||||
</property>
|
|
||||||
<property name="frameShape">
|
|
||||||
<enum>QFrame::NoFrame</enum>
|
|
||||||
</property>
|
|
||||||
<property name="frameShadow">
|
|
||||||
<enum>QFrame::Plain</enum>
|
|
||||||
</property>
|
|
||||||
<property name="lineWidth">
|
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="smallDecimalPoint">
|
<item>
|
||||||
<bool>false</bool>
|
<widget class="QLCDNumber" name="currentFreq">
|
||||||
</property>
|
<property name="minimumSize">
|
||||||
<property name="digitCount">
|
<size>
|
||||||
<number>10</number>
|
<width>200</width>
|
||||||
</property>
|
<height>40</height>
|
||||||
<property name="segmentStyle">
|
</size>
|
||||||
<enum>QLCDNumber::Flat</enum>
|
</property>
|
||||||
</property>
|
<property name="toolTip">
|
||||||
<property name="value" stdset="0">
|
<string>Set Current Frequency</string>
|
||||||
<double>1234567890.000000000000000</double>
|
</property>
|
||||||
</property>
|
<property name="frameShape">
|
||||||
<property name="intValue" stdset="0">
|
<enum>QFrame::NoFrame</enum>
|
||||||
<number>1234567890</number>
|
</property>
|
||||||
</property>
|
<property name="frameShadow">
|
||||||
</widget>
|
<enum>QFrame::Plain</enum>
|
||||||
|
</property>
|
||||||
|
<property name="lineWidth">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="smallDecimalPoint">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
<property name="digitCount">
|
||||||
|
<number>10</number>
|
||||||
|
</property>
|
||||||
|
<property name="segmentStyle">
|
||||||
|
<enum>QLCDNumber::Flat</enum>
|
||||||
|
</property>
|
||||||
|
<property name="value" stdset="0">
|
||||||
|
<double>1234567890.000000000000000</double>
|
||||||
|
</property>
|
||||||
|
<property name="intValue" stdset="0">
|
||||||
|
<number>1234567890</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_16">
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="dialFreqUpButton">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>30</width>
|
||||||
|
<height>30</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>^</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="dialFreqDownButton">
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>30</width>
|
||||||
|
<height>30</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>v</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="bandComboBox">
|
<widget class="QComboBox" name="bandComboBox">
|
||||||
|
Loading…
Reference in New Issue
Block a user