Files
@ a91f37cb7784
Branch filter:
Location: tempo-plotter/src/demoreadersettings.ui - annotation
a91f37cb7784
1.5 KiB
text/plain
disable reader selection buttons so that user cannot mess up the demo
7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a 7c5d07725a0a | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DemoReaderSettings</class>
<widget class="QWidget" name="DemoReaderSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>444</width>
<height>141</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Number Of Channels:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="spNumChannels">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Select number of channels or set to 0 for Auto (determined from incoming data)</string>
</property>
<property name="specialValueText">
<string/>
</property>
<property name="keyboardTracking">
<bool>false</bool>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>32</number>
</property>
<property name="value">
<number>5</number>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
|