Skip to content

Commit

Permalink
Add placeholder input and checkbox tooltips for emv-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Nov 11, 2024
1 parent 2312735 commit c4f7fed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions viewer/emv-viewer-mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<family>Monospace</family>
</font>
</property>
<property name="placeholderText">
<string>&lt;Paste hex encoded data here&gt;</string>
</property>
</widget>
</item>
<item>
Expand All @@ -48,20 +51,29 @@
<layout class="QVBoxLayout" name="verticalLayoutSettings">
<item>
<widget class="QCheckBox" name="tagsCheckBox">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Visually distinguish tag of each input field in input data.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Emphasise tags</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="paddingCheckBox">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Ignore invalid data if the input aligns with either the DES or AES cipher block size and invalid data is less than the cipher block size.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Ignore padding</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="decodeCheckBox">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Interpret each input field according to EMV. Disable to view only the ISO 8825 structure instead.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Decode EMV fields</string>
</property>
Expand Down

0 comments on commit c4f7fed

Please sign in to comment.