Files
@ dcd6029a3bce
Branch filter:
Location: tempo-plotter/src/binarystreamreadersettings.ui - annotation
dcd6029a3bce
2.4 KiB
text/plain
renamed checksumEnabled function
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 ecd02467c397 | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BinaryStreamReaderSettings</class>
<widget class="QWidget" name="BinaryStreamReaderSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>432</width>
<height>203</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>17</x>
<y>10</y>
<width>127</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Number Of Channels:</string>
</property>
</widget>
<widget class="QSpinBox" name="spNumOfChannels">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>60</width>
<height>27</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="keyboardTracking">
<bool>false</bool>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>32</number>
</property>
</widget>
<widget class="NumberFormatBox" name="nfBox" native="true">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>161</width>
<height>141</height>
</rect>
</property>
</widget>
<widget class="EndiannessBox" name="endiBox" native="true">
<property name="geometry">
<rect>
<x>190</x>
<y>50</y>
<width>120</width>
<height>80</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pbSkipByte">
<property name="geometry">
<rect>
<x>220</x>
<y>10</y>
<width>85</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>Skip reading 1 byte to correct the alignment</string>
</property>
<property name="text">
<string>Skip Byte</string>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>NumberFormatBox</class>
<extends>QWidget</extends>
<header>numberformatbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>EndiannessBox</class>
<extends>QWidget</extends>
<header>endiannessbox.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
|