HackRF-Treasure-Chest/Software/Universal Radio Hacker/data/ui/modulation_parameters_dialog.ui

60 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2022-09-22 22:46:47 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogModulationParameters</class>
<widget class="QDialog" name="DialogModulationParameters">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>303</width>
<height>286</height>
</rect>
</property>
<property name="windowTitle">
<string>Modulation Parameters</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableWidget" name="tblSymbolParameters">
<property name="showGrid">
<bool>false</bool>
</property>
<property name="rowCount">
<number>2</number>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<row/>
<row/>
<column>
<property name="text">
<string>Symbol</string>
</property>
</column>
<column>
<property name="text">
<string>Amplitude</string>
</property>
</column>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>