Browse Source

update

master
zhaohe 1 year ago
parent
commit
d65520f865
  1. 2
      src/basic/a8k_id_card_writer.cpp
  2. 14
      src/mainwindow.ui

2
src/basic/a8k_id_card_writer.cpp

@ -287,6 +287,6 @@ uint32_t A8kIdCardWriter::readEepromWriteData(int32_t add) {
void A8kIdCardWriter::dumpcfg(uint8_t* cfg, int len) {
for (int i = 0; i < sizeof(iterms) / sizeof(eeprom_cfg_iterm_t); i++) {
eeprom_cfg_iterm_t* iterm = &iterms[i];
ZQUI::ins()->ishow("0x%04x: %25s %20s", iterm->add, zhex2str(cfg + iterm->add, iterm->len).c_str(), iterm->descript);
ZQUI::ins()->ishow("0x%04x: %-50s %-20s", iterm->add, zhex2str(cfg + iterm->add, iterm->len).c_str(), iterm->descript);
}
}

14
src/mainwindow.ui

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>1629</width>
<height>950</height>
<width>1599</width>
<height>886</height>
</rect>
</property>
<property name="sizePolicy">
@ -952,7 +952,7 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
<widget class="QTabWidget" name="buttonTabWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<horstretch>4</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
@ -2035,19 +2035,19 @@ p, li { white-space: pre-wrap; }
<widget class="QGroupBox" name="displayGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<width>650</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
@ -2133,7 +2133,7 @@ p, li { white-space: pre-wrap; }
<rect>
<x>0</x>
<y>0</y>
<width>1629</width>
<width>1599</width>
<height>20</height>
</rect>
</property>

Loading…
Cancel
Save