mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 12:30:20 -04:00 
			
		
		
		
	
		
			
	
	
		
			135 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			135 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | <?xml version="1.0" encoding="UTF-8"?> | ||
|  | <ui version="4.0"> | ||
|  |  <class>IEEE_802_15_4_ModRepeatDialog</class> | ||
|  |  <widget class="QDialog" name="IEEE_802_15_4_ModRepeatDialog"> | ||
|  |   <property name="geometry"> | ||
|  |    <rect> | ||
|  |     <x>0</x> | ||
|  |     <y>0</y> | ||
|  |     <width>351</width> | ||
|  |     <height>115</height> | ||
|  |    </rect> | ||
|  |   </property> | ||
|  |   <property name="font"> | ||
|  |    <font> | ||
|  |     <family>Liberation Sans</family> | ||
|  |     <pointsize>9</pointsize> | ||
|  |    </font> | ||
|  |   </property> | ||
|  |   <property name="windowTitle"> | ||
|  |    <string>Frame Repeat Settings</string> | ||
|  |   </property> | ||
|  |   <layout class="QVBoxLayout" name="verticalLayout"> | ||
|  |    <item> | ||
|  |     <widget class="QGroupBox" name="groupBox"> | ||
|  |      <layout class="QFormLayout" name="formLayout"> | ||
|  |       <item row="0" column="0"> | ||
|  |        <widget class="QLabel" name="repeatDelayLabel"> | ||
|  |         <property name="text"> | ||
|  |          <string>Delay between frames (s)</string> | ||
|  |         </property> | ||
|  |        </widget> | ||
|  |       </item> | ||
|  |       <item row="1" column="0"> | ||
|  |        <widget class="QLabel" name="repeatCountLabel"> | ||
|  |         <property name="text"> | ||
|  |          <string>Frames to transmit</string> | ||
|  |         </property> | ||
|  |        </widget> | ||
|  |       </item> | ||
|  |       <item row="1" column="1"> | ||
|  |        <widget class="QComboBox" name="repeatCount"> | ||
|  |         <property name="toolTip"> | ||
|  |          <string>Number of frames to transmit</string> | ||
|  |         </property> | ||
|  |         <property name="editable"> | ||
|  |          <bool>true</bool> | ||
|  |         </property> | ||
|  |         <item> | ||
|  |          <property name="text"> | ||
|  |           <string>Infinite</string> | ||
|  |          </property> | ||
|  |         </item> | ||
|  |         <item> | ||
|  |          <property name="text"> | ||
|  |           <string>10</string> | ||
|  |          </property> | ||
|  |         </item> | ||
|  |         <item> | ||
|  |          <property name="text"> | ||
|  |           <string>100</string> | ||
|  |          </property> | ||
|  |         </item> | ||
|  |         <item> | ||
|  |          <property name="text"> | ||
|  |           <string>1000</string> | ||
|  |          </property> | ||
|  |         </item> | ||
|  |        </widget> | ||
|  |       </item> | ||
|  |       <item row="0" column="1"> | ||
|  |        <widget class="QDoubleSpinBox" name="repeatDelay"> | ||
|  |         <property name="decimals"> | ||
|  |          <number>3</number> | ||
|  |         </property> | ||
|  |         <property name="maximum"> | ||
|  |          <double>1000000.000000000000000</double> | ||
|  |         </property> | ||
|  |        </widget> | ||
|  |       </item> | ||
|  |      </layout> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <widget class="QDialogButtonBox" name="buttonBox"> | ||
|  |      <property name="orientation"> | ||
|  |       <enum>Qt::Horizontal</enum> | ||
|  |      </property> | ||
|  |      <property name="standardButtons"> | ||
|  |       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | ||
|  |      </property> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |   </layout> | ||
|  |  </widget> | ||
|  |  <tabstops> | ||
|  |   <tabstop>repeatDelay</tabstop> | ||
|  |   <tabstop>repeatCount</tabstop> | ||
|  |  </tabstops> | ||
|  |  <resources/> | ||
|  |  <connections> | ||
|  |   <connection> | ||
|  |    <sender>buttonBox</sender> | ||
|  |    <signal>accepted()</signal> | ||
|  |    <receiver>IEEE_802_15_4_ModRepeatDialog</receiver> | ||
|  |    <slot>accept()</slot> | ||
|  |    <hints> | ||
|  |     <hint type="sourcelabel"> | ||
|  |      <x>248</x> | ||
|  |      <y>254</y> | ||
|  |     </hint> | ||
|  |     <hint type="destinationlabel"> | ||
|  |      <x>157</x> | ||
|  |      <y>274</y> | ||
|  |     </hint> | ||
|  |    </hints> | ||
|  |   </connection> | ||
|  |   <connection> | ||
|  |    <sender>buttonBox</sender> | ||
|  |    <signal>rejected()</signal> | ||
|  |    <receiver>IEEE_802_15_4_ModRepeatDialog</receiver> | ||
|  |    <slot>reject()</slot> | ||
|  |    <hints> | ||
|  |     <hint type="sourcelabel"> | ||
|  |      <x>316</x> | ||
|  |      <y>260</y> | ||
|  |     </hint> | ||
|  |     <hint type="destinationlabel"> | ||
|  |      <x>286</x> | ||
|  |      <y>274</y> | ||
|  |     </hint> | ||
|  |    </hints> | ||
|  |   </connection> | ||
|  |  </connections> | ||
|  | </ui> |