summaryrefslogtreecommitdiff
path: root/python/python2_pyqt4
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2_pyqt4')
-rw-r--r--python/python2_pyqt4/Ui_optionsdialog.py150
-rw-r--r--python/python2_pyqt4/Ui_searchdialog.py132
-rw-r--r--python/python2_pyqt4/images/open.pngbin0 -> 2073 bytes
-rw-r--r--python/python2_pyqt4/images/save.pngbin0 -> 1187 bytes
-rw-r--r--python/python2_pyqt4/mainwindow.py295
-rw-r--r--python/python2_pyqt4/optionsdialog.py107
-rw-r--r--python/python2_pyqt4/optionsdialog.ui286
-rw-r--r--python/python2_pyqt4/qhexedit.qrc6
-rw-r--r--python/python2_pyqt4/qhexedit_rc.py252
-rw-r--r--python/python2_pyqt4/searchdialog.py84
-rw-r--r--python/python2_pyqt4/searchdialog.ui200
11 files changed, 1512 insertions, 0 deletions
diff --git a/python/python2_pyqt4/Ui_optionsdialog.py b/python/python2_pyqt4/Ui_optionsdialog.py
new file mode 100644
index 0000000..3487708
--- /dev/null
+++ b/python/python2_pyqt4/Ui_optionsdialog.py
@@ -0,0 +1,150 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'optionsdialog.ui'
+#
+# Created: Thu May 28 21:45:32 2015
+# by: PyQt4 UI code generator 4.10.4
+#
+# WARNING! All changes made in this file will be lost!
+
+from PyQt4 import QtCore, QtGui
+
+try:
+ _fromUtf8 = QtCore.QString.fromUtf8
+except AttributeError:
+ def _fromUtf8(s):
+ return s
+
+try:
+ _encoding = QtGui.QApplication.UnicodeUTF8
+ def _translate(context, text, disambig):
+ return QtGui.QApplication.translate(context, text, disambig, _encoding)
+except AttributeError:
+ def _translate(context, text, disambig):
+ return QtGui.QApplication.translate(context, text, disambig)
+
+class Ui_OptionsDialog(object):
+ def setupUi(self, OptionsDialog):
+ OptionsDialog.setObjectName(_fromUtf8("OptionsDialog"))
+ OptionsDialog.resize(395, 351)
+ self.verticalLayout = QtGui.QVBoxLayout(OptionsDialog)
+ self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
+ self.gbFlags = QtGui.QGroupBox(OptionsDialog)
+ self.gbFlags.setObjectName(_fromUtf8("gbFlags"))
+ self.gridLayout_2 = QtGui.QGridLayout(self.gbFlags)
+ self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2"))
+ self.cbReadOnly = QtGui.QCheckBox(self.gbFlags)
+ self.cbReadOnly.setObjectName(_fromUtf8("cbReadOnly"))
+ self.gridLayout_2.addWidget(self.cbReadOnly, 3, 0, 1, 1)
+ self.cbHighlighting = QtGui.QCheckBox(self.gbFlags)
+ self.cbHighlighting.setObjectName(_fromUtf8("cbHighlighting"))
+ self.gridLayout_2.addWidget(self.cbHighlighting, 2, 0, 1, 1)
+ self.cbOverwriteMode = QtGui.QCheckBox(self.gbFlags)
+ self.cbOverwriteMode.setObjectName(_fromUtf8("cbOverwriteMode"))
+ self.gridLayout_2.addWidget(self.cbOverwriteMode, 1, 0, 1, 1)
+ self.cbAddressArea = QtGui.QCheckBox(self.gbFlags)
+ self.cbAddressArea.setObjectName(_fromUtf8("cbAddressArea"))
+ self.gridLayout_2.addWidget(self.cbAddressArea, 1, 1, 1, 1)
+ self.cbAsciiArea = QtGui.QCheckBox(self.gbFlags)
+ self.cbAsciiArea.setObjectName(_fromUtf8("cbAsciiArea"))
+ self.gridLayout_2.addWidget(self.cbAsciiArea, 2, 1, 1, 1)
+ self.verticalLayout.addWidget(self.gbFlags)
+ self.gbColors = QtGui.QGroupBox(OptionsDialog)
+ self.gbColors.setObjectName(_fromUtf8("gbColors"))
+ self.gridLayout = QtGui.QGridLayout(self.gbColors)
+ self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
+ self.pbHighlightingColor = QtGui.QPushButton(self.gbColors)
+ self.pbHighlightingColor.setObjectName(_fromUtf8("pbHighlightingColor"))
+ self.gridLayout.addWidget(self.pbHighlightingColor, 0, 0, 1, 1)
+ self.lbHighlightingColor = QtGui.QLabel(self.gbColors)
+ self.lbHighlightingColor.setMinimumSize(QtCore.QSize(100, 0))
+ self.lbHighlightingColor.setMaximumSize(QtCore.QSize(16777215, 16777215))
+ self.lbHighlightingColor.setFrameShape(QtGui.QFrame.Panel)
+ self.lbHighlightingColor.setFrameShadow(QtGui.QFrame.Sunken)
+ self.lbHighlightingColor.setText(_fromUtf8(""))
+ self.lbHighlightingColor.setObjectName(_fromUtf8("lbHighlightingColor"))
+ self.gridLayout.addWidget(self.lbHighlightingColor, 0, 1, 1, 1)
+ self.pbAddressAreaColor = QtGui.QPushButton(self.gbColors)
+ self.pbAddressAreaColor.setObjectName(_fromUtf8("pbAddressAreaColor"))
+ self.gridLayout.addWidget(self.pbAddressAreaColor, 1, 0, 2, 1)
+ self.lbAddressAreaColor = QtGui.QLabel(self.gbColors)
+ self.lbAddressAreaColor.setMinimumSize(QtCore.QSize(100, 0))
+ self.lbAddressAreaColor.setMaximumSize(QtCore.QSize(16777215, 16777215))
+ self.lbAddressAreaColor.setFrameShape(QtGui.QFrame.Panel)
+ self.lbAddressAreaColor.setFrameShadow(QtGui.QFrame.Sunken)
+ self.lbAddressAreaColor.setText(_fromUtf8(""))
+ self.lbAddressAreaColor.setObjectName(_fromUtf8("lbAddressAreaColor"))
+ self.gridLayout.addWidget(self.lbAddressAreaColor, 1, 1, 2, 1)
+ self.lbSelectionColor = QtGui.QLabel(self.gbColors)
+ self.lbSelectionColor.setMinimumSize(QtCore.QSize(100, 0))
+ self.lbSelectionColor.setMaximumSize(QtCore.QSize(16777215, 16777215))
+ self.lbSelectionColor.setFrameShape(QtGui.QFrame.Panel)
+ self.lbSelectionColor.setFrameShadow(QtGui.QFrame.Sunken)
+ self.lbSelectionColor.setText(_fromUtf8(""))
+ self.lbSelectionColor.setObjectName(_fromUtf8("lbSelectionColor"))
+ self.gridLayout.addWidget(self.lbSelectionColor, 3, 1, 1, 1)
+ self.pbSelectionColor = QtGui.QPushButton(self.gbColors)
+ self.pbSelectionColor.setObjectName(_fromUtf8("pbSelectionColor"))
+ self.gridLayout.addWidget(self.pbSelectionColor, 3, 0, 1, 1)
+ self.pbWidgetFont = QtGui.QPushButton(self.gbColors)
+ self.pbWidgetFont.setObjectName(_fromUtf8("pbWidgetFont"))
+ self.gridLayout.addWidget(self.pbWidgetFont, 4, 0, 1, 1)
+ self.leWidgetFont = QtGui.QLineEdit(self.gbColors)
+ sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(self.leWidgetFont.sizePolicy().hasHeightForWidth())
+ self.leWidgetFont.setSizePolicy(sizePolicy)
+ font = QtGui.QFont()
+ font.setFamily(_fromUtf8("Courier New"))
+ font.setPointSize(10)
+ self.leWidgetFont.setFont(font)
+ self.leWidgetFont.setObjectName(_fromUtf8("leWidgetFont"))
+ self.gridLayout.addWidget(self.leWidgetFont, 4, 1, 1, 1)
+ self.verticalLayout.addWidget(self.gbColors)
+ self.gbAddressAreaWidth = QtGui.QGroupBox(OptionsDialog)
+ self.gbAddressAreaWidth.setObjectName(_fromUtf8("gbAddressAreaWidth"))
+ self.gridLayout_3 = QtGui.QGridLayout(self.gbAddressAreaWidth)
+ self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3"))
+ self.lbAddressAreaWidth = QtGui.QLabel(self.gbAddressAreaWidth)
+ self.lbAddressAreaWidth.setObjectName(_fromUtf8("lbAddressAreaWidth"))
+ self.gridLayout_3.addWidget(self.lbAddressAreaWidth, 0, 0, 1, 1)
+ self.sbAddressAreaWidth = QtGui.QSpinBox(self.gbAddressAreaWidth)
+ self.sbAddressAreaWidth.setMinimum(1)
+ self.sbAddressAreaWidth.setMaximum(6)
+ self.sbAddressAreaWidth.setProperty("value", 4)
+ self.sbAddressAreaWidth.setObjectName(_fromUtf8("sbAddressAreaWidth"))
+ self.gridLayout_3.addWidget(self.sbAddressAreaWidth, 0, 1, 1, 1)
+ self.verticalLayout.addWidget(self.gbAddressAreaWidth)
+ spacerItem = QtGui.QSpacerItem(20, 28, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout.addItem(spacerItem)
+ self.buttonBox = QtGui.QDialogButtonBox(OptionsDialog)
+ self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
+ self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
+ self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
+ self.verticalLayout.addWidget(self.buttonBox)
+
+ self.retranslateUi(OptionsDialog)
+ QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), OptionsDialog.accept)
+ QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), OptionsDialog.reject)
+ QtCore.QMetaObject.connectSlotsByName(OptionsDialog)
+ OptionsDialog.setTabOrder(self.pbHighlightingColor, self.pbAddressAreaColor)
+ OptionsDialog.setTabOrder(self.pbAddressAreaColor, self.buttonBox)
+
+ def retranslateUi(self, OptionsDialog):
+ OptionsDialog.setWindowTitle(_translate("OptionsDialog", "Dialog", None))
+ self.gbFlags.setTitle(_translate("OptionsDialog", "Flags", None))
+ self.cbReadOnly.setText(_translate("OptionsDialog", "ReadOnly", None))
+ self.cbHighlighting.setText(_translate("OptionsDialog", "Higlighting", None))
+ self.cbOverwriteMode.setText(_translate("OptionsDialog", "Overwrite Mode", None))
+ self.cbAddressArea.setText(_translate("OptionsDialog", "Address Area", None))
+ self.cbAsciiArea.setText(_translate("OptionsDialog", "Ascii Area", None))
+ self.gbColors.setTitle(_translate("OptionsDialog", "Colors and Fonts", None))
+ self.pbHighlightingColor.setText(_translate("OptionsDialog", "Highlighting Color", None))
+ self.pbAddressAreaColor.setText(_translate("OptionsDialog", "Address Area Color", None))
+ self.pbSelectionColor.setText(_translate("OptionsDialog", "Selection Color", None))
+ self.pbWidgetFont.setText(_translate("OptionsDialog", "Widget Font", None))
+ self.leWidgetFont.setText(_translate("OptionsDialog", "01 23 45 67 89 ab cd ef", None))
+ self.gbAddressAreaWidth.setTitle(_translate("OptionsDialog", "Address Area", None))
+ self.lbAddressAreaWidth.setText(_translate("OptionsDialog", "Address Area Width", None))
+
diff --git a/python/python2_pyqt4/Ui_searchdialog.py b/python/python2_pyqt4/Ui_searchdialog.py
new file mode 100644
index 0000000..e5fb121
--- /dev/null
+++ b/python/python2_pyqt4/Ui_searchdialog.py
@@ -0,0 +1,132 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'searchdialog.ui'
+#
+# Created: Thu May 28 21:45:19 2015
+# by: PyQt4 UI code generator 4.10.4
+#
+# WARNING! All changes made in this file will be lost!
+
+from PyQt4 import QtCore, QtGui
+
+try:
+ _fromUtf8 = QtCore.QString.fromUtf8
+except AttributeError:
+ def _fromUtf8(s):
+ return s
+
+try:
+ _encoding = QtGui.QApplication.UnicodeUTF8
+ def _translate(context, text, disambig):
+ return QtGui.QApplication.translate(context, text, disambig, _encoding)
+except AttributeError:
+ def _translate(context, text, disambig):
+ return QtGui.QApplication.translate(context, text, disambig)
+
+class Ui_SearchDialog(object):
+ def setupUi(self, SearchDialog):
+ SearchDialog.setObjectName(_fromUtf8("SearchDialog"))
+ SearchDialog.resize(436, 223)
+ self.horizontalLayout_3 = QtGui.QHBoxLayout(SearchDialog)
+ self.horizontalLayout_3.setObjectName(_fromUtf8("horizontalLayout_3"))
+ self.verticalLayout_2 = QtGui.QVBoxLayout()
+ self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
+ self.gbFind = QtGui.QGroupBox(SearchDialog)
+ self.gbFind.setObjectName(_fromUtf8("gbFind"))
+ self.horizontalLayout = QtGui.QHBoxLayout(self.gbFind)
+ self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
+ self.cbFindFormat = QtGui.QComboBox(self.gbFind)
+ self.cbFindFormat.setObjectName(_fromUtf8("cbFindFormat"))
+ self.cbFindFormat.addItem(_fromUtf8(""))
+ self.cbFindFormat.addItem(_fromUtf8(""))
+ self.horizontalLayout.addWidget(self.cbFindFormat)
+ self.cbFind = QtGui.QComboBox(self.gbFind)
+ sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(self.cbFind.sizePolicy().hasHeightForWidth())
+ self.cbFind.setSizePolicy(sizePolicy)
+ self.cbFind.setEditable(True)
+ self.cbFind.setObjectName(_fromUtf8("cbFind"))
+ self.horizontalLayout.addWidget(self.cbFind)
+ self.verticalLayout_2.addWidget(self.gbFind)
+ self.gbReplace = QtGui.QGroupBox(SearchDialog)
+ self.gbReplace.setObjectName(_fromUtf8("gbReplace"))
+ self.horizontalLayout_2 = QtGui.QHBoxLayout(self.gbReplace)
+ self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2"))
+ self.cbReplaceFormat = QtGui.QComboBox(self.gbReplace)
+ self.cbReplaceFormat.setObjectName(_fromUtf8("cbReplaceFormat"))
+ self.cbReplaceFormat.addItem(_fromUtf8(""))
+ self.cbReplaceFormat.addItem(_fromUtf8(""))
+ self.horizontalLayout_2.addWidget(self.cbReplaceFormat)
+ self.cbReplace = QtGui.QComboBox(self.gbReplace)
+ sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(self.cbReplace.sizePolicy().hasHeightForWidth())
+ self.cbReplace.setSizePolicy(sizePolicy)
+ self.cbReplace.setEditable(True)
+ self.cbReplace.setObjectName(_fromUtf8("cbReplace"))
+ self.horizontalLayout_2.addWidget(self.cbReplace)
+ self.verticalLayout_2.addWidget(self.gbReplace)
+ self.gbOptions = QtGui.QGroupBox(SearchDialog)
+ self.gbOptions.setObjectName(_fromUtf8("gbOptions"))
+ self.verticalLayout_3 = QtGui.QVBoxLayout(self.gbOptions)
+ self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3"))
+ self.cbBackwards = QtGui.QCheckBox(self.gbOptions)
+ self.cbBackwards.setObjectName(_fromUtf8("cbBackwards"))
+ self.verticalLayout_3.addWidget(self.cbBackwards)
+ self.cbPrompt = QtGui.QCheckBox(self.gbOptions)
+ self.cbPrompt.setObjectName(_fromUtf8("cbPrompt"))
+ self.verticalLayout_3.addWidget(self.cbPrompt)
+ self.verticalLayout_2.addWidget(self.gbOptions)
+ self.horizontalLayout_3.addLayout(self.verticalLayout_2)
+ self.verticalLayout = QtGui.QVBoxLayout()
+ self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
+ self.pbFind = QtGui.QPushButton(SearchDialog)
+ self.pbFind.setDefault(True)
+ self.pbFind.setObjectName(_fromUtf8("pbFind"))
+ self.verticalLayout.addWidget(self.pbFind)
+ self.pbReplace = QtGui.QPushButton(SearchDialog)
+ self.pbReplace.setObjectName(_fromUtf8("pbReplace"))
+ self.verticalLayout.addWidget(self.pbReplace)
+ self.pbReplaceAll = QtGui.QPushButton(SearchDialog)
+ self.pbReplaceAll.setObjectName(_fromUtf8("pbReplaceAll"))
+ self.verticalLayout.addWidget(self.pbReplaceAll)
+ self.pbCancel = QtGui.QPushButton(SearchDialog)
+ self.pbCancel.setObjectName(_fromUtf8("pbCancel"))
+ self.verticalLayout.addWidget(self.pbCancel)
+ spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout.addItem(spacerItem)
+ self.horizontalLayout_3.addLayout(self.verticalLayout)
+
+ self.retranslateUi(SearchDialog)
+ QtCore.QObject.connect(self.pbCancel, QtCore.SIGNAL(_fromUtf8("clicked()")), SearchDialog.hide)
+ QtCore.QMetaObject.connectSlotsByName(SearchDialog)
+ SearchDialog.setTabOrder(self.cbFind, self.cbReplace)
+ SearchDialog.setTabOrder(self.cbReplace, self.cbFindFormat)
+ SearchDialog.setTabOrder(self.cbFindFormat, self.cbReplaceFormat)
+ SearchDialog.setTabOrder(self.cbReplaceFormat, self.cbBackwards)
+ SearchDialog.setTabOrder(self.cbBackwards, self.cbPrompt)
+ SearchDialog.setTabOrder(self.cbPrompt, self.pbFind)
+ SearchDialog.setTabOrder(self.pbFind, self.pbReplace)
+ SearchDialog.setTabOrder(self.pbReplace, self.pbReplaceAll)
+ SearchDialog.setTabOrder(self.pbReplaceAll, self.pbCancel)
+
+ def retranslateUi(self, SearchDialog):
+ SearchDialog.setWindowTitle(_translate("SearchDialog", "QHexEdit - Find/Replace", None))
+ self.gbFind.setTitle(_translate("SearchDialog", "Find", None))
+ self.cbFindFormat.setItemText(0, _translate("SearchDialog", "Hex", None))
+ self.cbFindFormat.setItemText(1, _translate("SearchDialog", "UTF-8", None))
+ self.gbReplace.setTitle(_translate("SearchDialog", "Replace", None))
+ self.cbReplaceFormat.setItemText(0, _translate("SearchDialog", "Hex", None))
+ self.cbReplaceFormat.setItemText(1, _translate("SearchDialog", "UTF-8", None))
+ self.gbOptions.setTitle(_translate("SearchDialog", "Options", None))
+ self.cbBackwards.setText(_translate("SearchDialog", "&Backwards", None))
+ self.cbPrompt.setText(_translate("SearchDialog", "&Prompt on replace", None))
+ self.pbFind.setText(_translate("SearchDialog", "&Find", None))
+ self.pbFind.setShortcut(_translate("SearchDialog", "F3", None))
+ self.pbReplace.setText(_translate("SearchDialog", "&Replace", None))
+ self.pbReplaceAll.setText(_translate("SearchDialog", "Replace &All", None))
+ self.pbCancel.setText(_translate("SearchDialog", "&Close", None))
+
diff --git a/python/python2_pyqt4/images/open.png b/python/python2_pyqt4/images/open.png
new file mode 100644
index 0000000..45fa288
--- /dev/null
+++ b/python/python2_pyqt4/images/open.png
Binary files differ
diff --git a/python/python2_pyqt4/images/save.png b/python/python2_pyqt4/images/save.png
new file mode 100644
index 0000000..daba865
--- /dev/null
+++ b/python/python2_pyqt4/images/save.png
Binary files differ
diff --git a/python/python2_pyqt4/mainwindow.py b/python/python2_pyqt4/mainwindow.py
new file mode 100644
index 0000000..9f1c400
--- /dev/null
+++ b/python/python2_pyqt4/mainwindow.py
@@ -0,0 +1,295 @@
+#!/usr/bin/env python
+
+import sys
+from PyQt4 import QtCore, QtGui
+from qhexedit import QHexEdit
+
+from optionsdialog import OptionsDialog
+from searchdialog import SearchDialog
+import qhexedit_rc
+
+
+class MainWindow(QtGui.QMainWindow):
+
+ def __init__(self, fileName=None):
+ super(MainWindow, self).__init__()
+ self.init()
+ self.setCurrentFile('')
+
+ def about(self):
+ QtGui.QMessageBox.about(self, "About HexEdit",
+ "The HexEdit example is a short Demo of the QHexEdit Widget.");
+
+ def closeEvent(self, event):
+ self.writeSettings()
+ del self.optionsDialog
+ self.close()
+
+ def createActions(self):
+ self.openAct = QtGui.QAction(QtGui.QIcon(':/images/open.png'),
+ "&Open...", self, shortcut=QtGui.QKeySequence.Open,
+ statusTip="Open an existing file", triggered=self.open)
+
+ self.saveAct = QtGui.QAction(QtGui.QIcon(':/images/save.png'),
+ "&Save", self, shortcut=QtGui.QKeySequence.Save,
+ statusTip="Save the document to disk", triggered=self.save)
+
+ self.saveAsAct = QtGui.QAction("Save &As...", self,
+ shortcut=QtGui.QKeySequence.SaveAs,
+ statusTip="Save the document under a new name", triggered=self.saveAs)
+
+ self.saveReadable = QtGui.QAction("Save as &Readable...", self,
+ statusTip="Save in a readable format", triggered=self.saveToReadableFile)
+
+ self.exitAct = QtGui.QAction("E&xit", self, shortcut="Ctrl+Q",
+ statusTip="Exit the application", triggered=self.close)
+
+ self.undoAct = QtGui.QAction("&Undo", self, shortcut=QtGui.QKeySequence.Undo,
+ triggered=self.hexEdit.undo)
+
+ self.redoAct = QtGui.QAction("&Redo", self, shortcut=QtGui.QKeySequence.Redo,
+ triggered=self.hexEdit.redo)
+
+ self.saveSelectionReadable = QtGui.QAction("Save Selection Readable...", self,
+ statusTip="Save selection in a readable format",
+ triggered=self.saveSelectionToReadableFile)
+
+ self.aboutAct = QtGui.QAction("&About", self,
+ statusTip="Show the application's About box", triggered=self.about)
+
+ self.findAct = QtGui.QAction("&Find/Replace", self, shortcut=QtGui.QKeySequence.Find,
+ statusTip="Show the Dialog for finding and replacing", triggered=self.showSearchDialog)
+
+ self.findNextAct = QtGui.QAction("Find &next", self, shortcut=QtGui.QKeySequence.FindNext,
+ statusTip="Find next occurrence of the searched pattern", triggered=self.findNext)
+
+ self.optionsAct = QtGui.QAction("&Options", self,
+ statusTip="Show the options dialog", triggered=self.showOptionsDialog)
+
+ def createMenus(self):
+ self.fileMenu = self.menuBar().addMenu("&File")
+ self.fileMenu.addAction(self.openAct)
+ self.fileMenu.addAction(self.saveAct)
+ self.fileMenu.addAction(self.saveAsAct)
+ self.fileMenu.addAction(self.saveReadable)
+ self.fileMenu.addSeparator()
+ self.fileMenu.addAction(self.exitAct)
+
+ self.editMenu = self.menuBar().addMenu("&Edit")
+ self.editMenu.addAction(self.undoAct)
+ self.editMenu.addAction(self.redoAct)
+ self.editMenu.addAction(self.saveSelectionReadable)
+ self.editMenu.addSeparator()
+ self.editMenu.addAction(self.findAct)
+ self.editMenu.addAction(self.findNextAct)
+ self.editMenu.addSeparator()
+ self.editMenu.addAction(self.optionsAct)
+
+ self.helpMenu = self.menuBar().addMenu("&Help")
+ self.helpMenu.addAction(self.aboutAct)
+
+ def createStatusBar(self):
+ # Address Label
+ self.lbAddressName = QtGui.QLabel()
+ self.lbAddressName.setText("Address:")
+ self.statusBar().addPermanentWidget(self.lbAddressName)
+ self.lbAddress = QtGui.QLabel()
+ self.lbAddress.setFrameShape(QtGui.QFrame.Panel)
+ self.lbAddress.setFrameShadow(QtGui.QFrame.Sunken)
+ self.lbAddress.setMinimumWidth(70)
+ self.statusBar().addPermanentWidget(self.lbAddress)
+ self.hexEdit.currentAddressChanged.connect(self.setAddress)
+
+ # Address Size
+ self.lbSizeName = QtGui.QLabel()
+ self.lbSizeName.setText("Size:")
+ self.statusBar().addPermanentWidget(self.lbSizeName)
+ self.lbSize = QtGui.QLabel()
+ self.lbSize.setFrameShape(QtGui.QFrame.Panel)
+ self.lbSize.setFrameShadow(QtGui.QFrame.Sunken)
+ self.lbSize.setMinimumWidth(70)
+ self.statusBar().addPermanentWidget(self.lbSize)
+ self.hexEdit.currentSizeChanged.connect(self.setSize)
+
+ # Overwrite Mode label
+ self.lbOverwriteModeName = QtGui.QLabel()
+ self.lbOverwriteModeName.setText("Mode:")
+ self.statusBar().addPermanentWidget(self.lbOverwriteModeName)
+ self.lbOverwriteMode = QtGui.QLabel()
+ self.lbOverwriteMode.setFrameShape(QtGui.QFrame.Panel)
+ self.lbOverwriteMode.setFrameShadow(QtGui.QFrame.Sunken)
+ self.lbOverwriteMode.setMinimumWidth(70)
+ self.statusBar().addPermanentWidget(self.lbOverwriteMode)
+ self.setOverwriteMode(self.hexEdit.overwriteMode())
+
+ self.statusBar().showMessage("Ready")
+
+ def createToolBars(self):
+ self.fileToolBar = self.addToolBar("File")
+ self.fileToolBar.addAction(self.openAct)
+ self.fileToolBar.addAction(self.saveAct)
+
+ def init(self):
+ self.setAttribute(QtCore.Qt.WA_DeleteOnClose)
+ self.isUntitled = True
+
+ self.hexEdit = QHexEdit()
+ self.setCentralWidget(self.hexEdit)
+ self.hexEdit.overwriteModeChanged.connect(self.setOverwriteMode)
+
+ self.optionsDialog = OptionsDialog(self)
+ self.optionsDialog.accepted.connect(self.optionsAccepted)
+ self.searchDialog = SearchDialog(self, self.hexEdit)
+
+ self.createActions()
+ self.createMenus()
+ self.createToolBars()
+ self.createStatusBar()
+
+ self.readSettings()
+
+ def loadFile(self, fileName):
+ file = QtCore.QFile(fileName)
+ if not file.open( QtCore.QFile.ReadOnly | QtCore.QFile.Text):
+ QtGui.QMessageBox.warning(self, "QHexEdit",
+ "Cannot read file %s:\n%s." % (fileName, file.errorString()))
+ return
+
+ QtGui.QApplication.setOverrideCursor(QtCore.Qt.WaitCursor)
+ self.hexEdit.setData(file.readAll())
+ QtGui.QApplication.restoreOverrideCursor()
+
+ self.setCurrentFile(fileName)
+ self.statusBar().showMessage("File loaded", 2000)
+
+ def open(self):
+ fileName = QtGui.QFileDialog.getOpenFileName(self)
+ if fileName:
+ self.loadFile(fileName)
+
+ def optionsAccepted(self):
+ self.writeSettings()
+ self.readSettings()
+
+ def findNext(self):
+ self.searchDialog.findNext()
+
+ def readSettings(self):
+ settings = QtCore.QSettings()
+
+ if sys.version_info >= (3, 0):
+ pos = settings.value('pos', QtCore.QPoint(200, 200))
+ size = settings.value('size', QtCore.QSize(610, 460))
+ self.hexEdit.setAddressArea(settings.value("AddressArea")=='true')
+ self.hexEdit.setAsciiArea(settings.value("AsciiArea")=='true')
+ self.hexEdit.setHighlighting(settings.value("Highlighting")=='true')
+ self.hexEdit.setOverwriteMode(settings.value("OverwriteMode")=='true')
+ self.hexEdit.setReadOnly(settings.value("ReadOnly")=='true')
+
+ self.hexEdit.setHighlightingColor(QtGui.QColor(settings.value("HighlightingColor")))
+ self.hexEdit.setAddressAreaColor(QtGui.QColor(settings.value("AddressAreaColor")))
+ self.hexEdit.setSelectionColor(QtGui.QColor(settings.value("SelectionColor")))
+ self.hexEdit.setFont(QtGui.QFont(settings.value("WidgetFont", QtGui.QFont(QtGui.QFont("Courier New", 10)))))
+
+ self.hexEdit.setAddressWidth(int(settings.value("AddressAreaWidth")));
+ else:
+ pos = settings.value('pos', QtCore.QPoint(200, 200)).toPoint()
+ size = settings.value('size', QtCore.QSize(610, 460)).toSize()
+ self.hexEdit.setAddressArea(settings.value("AddressArea").toBool())
+ self.hexEdit.setAsciiArea(settings.value("AsciiArea").toBool())
+ self.hexEdit.setHighlighting(settings.value("Highlighting").toBool())
+ self.hexEdit.setOverwriteMode(settings.value("OverwriteMode").toBool())
+ self.hexEdit.setReadOnly(settings.value("ReadOnly").toBool())
+
+ self.hexEdit.setHighlightingColor(QtGui.QColor(settings.value("HighlightingColor")))
+ self.hexEdit.setAddressAreaColor(QtGui.QColor(settings.value("AddressAreaColor")))
+ self.hexEdit.setSelectionColor(QtGui.QColor(settings.value("SelectionColor")))
+ self.hexEdit.setFont(QtGui.QFont(settings.value("WidgetFont", QtGui.QFont(QtGui.QFont("Courier New", 10)))))
+
+ self.hexEdit.setAddressWidth(settings.value("AddressAreaWidth").toInt()[0]);
+
+ self.move(pos)
+ self.resize(size)
+
+
+ def save(self):
+ if self.isUntitled:
+ return self.saveAs()
+ else:
+ return self.saveFile(self.curFile)
+
+ def saveAs(self):
+ fileName = QtGui.QFileDialog.getSaveFileName(self, "Save As", self.curFile)
+ if not fileName:
+ return False
+ return self.saveFile(fileName)
+
+ def showOptionsDialog(self):
+ self.optionsDialog.show()
+
+ def showSearchDialog(self):
+ self.searchDialog.show()
+
+ def setAddress(self, address):
+ self.lbAddress.setText('%x' % address)
+
+ def setOverwriteMode(self, mode):
+ settings = QtCore.QSettings()
+ settings.setValue("OverwriteMode", mode)
+ if mode:
+ self.lbOverwriteMode.setText("Overwrite")
+ else:
+ self.lbOverwriteMode.setText("Insert")
+
+ def setSize(self, size):
+ self.lbSize.setText('%d' % size)
+
+ def saveFile(self, fileName):
+ file = QtCore.QFile(fileName)
+ if not file.open( QtCore.QFile.WriteOnly | QtCore.QFile.Truncate):
+ QtGui.QMessageBox.warning(self, "HexEdit",
+ "Cannot write file %s:\n%s." % (fileName, file.errorString()))
+ return False
+
+ file.write(self.hexEdit.data())
+
+ self.setCurrentFile(fileName)
+ self.statusBar().showMessage("File saved", 2000)
+ return True
+
+ def saveToReadableFile(self):
+ fileName = QtGui.QFileDialog.getSaveFileName(self, "Save To Readable File")
+ if not fileName.isEmpty():
+ file = open(str(fileName), "wb")
+ file.write(str(self.hexEdit.toReadableString()))
+ self.statusBar().showMessage("File saved", 2000);
+
+ def saveSelectionToReadableFile(self):
+ fileName = QtGui.QFileDialog.getSaveFileName(self, "Save To Readable File")
+ if not fileName.isEmpty():
+ file = open(str(fileName), "wb")
+ file.write(str(self.hexEdit.selectionToReadableString()))
+ self.statusBar().showMessage("File saved", 2000);
+
+ def setCurrentFile(self, fileName):
+ self.curFile = fileName
+ self.isUntitled = (fileName == "")
+ self.setWindowModified(False)
+ self.setWindowTitle("%s[*] - QHexEdit" % self.strippedName(self.curFile))
+
+ def strippedName(self, fullFileName):
+ return QtCore.QFileInfo(fullFileName).fileName()
+
+ def writeSettings(self):
+ settings = QtCore.QSettings()
+ settings.setValue('pos', self.pos())
+ settings.setValue('size', self.size())
+
+if __name__ == '__main__':
+ app = QtGui.QApplication(sys.argv)
+ app.setApplicationName("QHexEdit");
+ app.setOrganizationName("QHexEdit");
+ mainWin = MainWindow()
+ mainWin.show()
+ sys.exit(app.exec_())
+
diff --git a/python/python2_pyqt4/optionsdialog.py b/python/python2_pyqt4/optionsdialog.py
new file mode 100644
index 0000000..4b10a32
--- /dev/null
+++ b/python/python2_pyqt4/optionsdialog.py
@@ -0,0 +1,107 @@
+#!/usr/bin/env python
+
+import sys
+from PyQt4 import QtCore, QtGui
+
+from Ui_optionsdialog import Ui_OptionsDialog
+
+
+class OptionsDialog(QtGui.QDialog):
+ accepted = QtCore.pyqtSignal()
+
+ def __init__(self, fileName=None):
+ super(OptionsDialog, self).__init__()
+ self.ui = Ui_OptionsDialog()
+ self.ui.setupUi(self)
+
+ self.readSettings()
+ self.writeSettings()
+
+ def show(self):
+ self.readSettings()
+ super(OptionsDialog, self).show()
+
+ def accept(self):
+ self.writeSettings()
+ self.accepted.emit()
+ super(OptionsDialog, self).hide()
+
+ def readSettings(self):
+ settings = QtCore.QSettings()
+
+ self.setColor(self.ui.lbHighlightingColor, QtGui.QColor(settings.value("HighlightingColor", QtGui.QColor(0xff, 0xff, 0x99, 0xff))))
+ self.setColor(self.ui.lbAddressAreaColor, QtGui.QColor(settings.value("AddressAreaColor", QtGui.QColor(0xd4, 0xd4, 0xd4, 0xff))))
+ self.setColor(self.ui.lbSelectionColor, QtGui.QColor(settings.value("SelectionColor", QtGui.QColor(0x6d, 0x9e, 0xff, 0xff))))
+ self.ui.leWidgetFont.setFont(QtGui.QFont(settings.value("WidgetFont", QtGui.QFont(QtGui.QFont("Courier New", 10)))))
+
+ if sys.version_info >= (3, 0):
+ self.ui.sbAddressAreaWidth.setValue(int(settings.value("AddressAreaWidth", 4)))
+ self.ui.cbAddressArea.setChecked(settings.value("AddressArea", 'true')=='true')
+ self.ui.cbAsciiArea.setChecked(settings.value("AsciiArea", 'true')=='true')
+ self.ui.cbHighlighting.setChecked(settings.value("Highlighting", 'true')=='true')
+ self.ui.cbOverwriteMode.setChecked(settings.value("OverwriteMode", 'true')=='true')
+ self.ui.cbReadOnly.setChecked(settings.value("ReadOnly", 'false')=='true')
+
+ else:
+ self.ui.sbAddressAreaWidth.setValue(settings.value("AddressAreaWidth", 4).toInt()[0])
+ self.ui.cbAddressArea.setChecked(settings.value("AddressArea", True).toBool())
+ self.ui.cbAsciiArea.setChecked(settings.value("AsciiArea", True).toBool())
+ self.ui.cbHighlighting.setChecked(settings.value("Highlighting", True).toBool())
+ self.ui.cbOverwriteMode.setChecked(settings.value("OverwriteMode", True).toBool())
+ self.ui.cbReadOnly.setChecked(settings.value("ReadOnly", False).toBool())
+
+
+ def writeSettings(self):
+ settings = QtCore.QSettings()
+ if sys.version_info >= (3, 0):
+ def b(b):
+ if b: return 'true'
+ else: return 'false'
+ settings.setValue("AddressArea", b(self.ui.cbAddressArea.isChecked()))
+ settings.setValue("AsciiArea", b(self.ui.cbAsciiArea.isChecked()))
+ settings.setValue("Highlighting", b(self.ui.cbHighlighting.isChecked()))
+ settings.setValue("OverwriteMode", b(self.ui.cbOverwriteMode.isChecked()))
+ settings.setValue("ReadOnly", b(self.ui.cbReadOnly.isChecked()))
+ else:
+ settings.setValue("AddressArea", self.ui.cbAddressArea.isChecked())
+ settings.setValue("AsciiArea", self.ui.cbAsciiArea.isChecked())
+ settings.setValue("Highlighting", self.ui.cbHighlighting.isChecked())
+ settings.setValue("OverwriteMode", self.ui.cbOverwriteMode.isChecked())
+ settings.setValue("ReadOnly", self.ui.cbReadOnly.isChecked())
+
+ settings.setValue("HighlightingColor", self.ui.lbHighlightingColor.palette().color(QtGui.QPalette.Background))
+ settings.setValue("AddressAreaColor", self.ui.lbAddressAreaColor.palette().color(QtGui.QPalette.Background))
+ settings.setValue("SelectionColor", self.ui.lbSelectionColor.palette().color(QtGui.QPalette.Background))
+ settings.setValue("WidgetFont", self.ui.leWidgetFont.font())
+
+ settings.setValue("AddressAreaWidth", self.ui.sbAddressAreaWidth.value())
+
+ def reject(self):
+ super(OptionsDialog, self).hide()
+
+ def setColor(self, label, color):
+ palette = label.palette()
+ palette.setColor(QtGui.QPalette.Background, color)
+ label.setPalette(palette)
+ label.setAutoFillBackground(True)
+
+ def on_pbHighlightingColor_pressed(self):
+ print("hier")
+ color = QtGui.QColorDialog.getColor(self.ui.lbHighlightingColor.palette().color(QtGui.QPalette.Background), self)
+ if color.isValid():
+ self.setColor(self.ui.lbHighlightingColor, color)
+
+ def on_pbAddressAreaColor_pressed(self):
+ color = QtGui.QColorDialog.getColor(self.ui.lbAddressAreaColor.palette().color(QtGui.QPalette.Background), self)
+ if color.isValid():
+ self.setColor(self.ui.lbAddressAreaColor, color)
+
+ def on_pbSelectionColor_pressed(self):
+ color = QtGui.QColorDialog.getColor(self.ui.lbSelectionColor.palette().color(QtGui.QPalette.Background), self)
+ if color.isValid():
+ self.setColor(self.ui.lbSelectioncColor, color)
+
+ def on_pbWidgetFont_pressed(self):
+ font, ok = QtGui.QFontDialog().getFont(self.ui.leWidgetFont.font(), self)
+ if ok:
+ self.ui.leWidgetFont.setFont(font)
diff --git a/python/python2_pyqt4/optionsdialog.ui b/python/python2_pyqt4/optionsdialog.ui
new file mode 100644
index 0000000..a2c85f1
--- /dev/null
+++ b/python/python2_pyqt4/optionsdialog.ui
@@ -0,0 +1,286 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>OptionsDialog</class>
+ <widget class="QDialog" name="OptionsDialog">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>395</width>
+ <height>351</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Dialog</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QGroupBox" name="gbFlags">
+ <property name="title">
+ <string>Flags</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout_2">
+ <item row="3" column="0">
+ <widget class="QCheckBox" name="cbReadOnly">
+ <property name="text">
+ <string>ReadOnly</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0">
+ <widget class="QCheckBox" name="cbHighlighting">
+ <property name="text">
+ <string>Higlighting</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QCheckBox" name="cbOverwriteMode">
+ <property name="text">
+ <string>Overwrite Mode</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QCheckBox" name="cbAddressArea">
+ <property name="text">
+ <string>Address Area</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="QCheckBox" name="cbAsciiArea">
+ <property name="text">
+ <string>Ascii Area</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="gbColors">
+ <property name="title">
+ <string>Colors and Fonts</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QPushButton" name="pbHighlightingColor">
+ <property name="text">
+ <string>Highlighting Color</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLabel" name="lbHighlightingColor">
+ <property name="minimumSize">
+ <size>
+ <width>100</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::Panel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Sunken</enum>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" rowspan="2">
+ <widget class="QPushButton" name="pbAddressAreaColor">
+ <property name="text">
+ <string>Address Area Color</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" rowspan="2">
+ <widget class="QLabel" name="lbAddressAreaColor">
+ <property name="minimumSize">
+ <size>
+ <width>100</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::Panel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Sunken</enum>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1">
+ <widget class="QLabel" name="lbSelectionColor">
+ <property name="minimumSize">
+ <size>
+ <width>100</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::Panel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Sunken</enum>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0">
+ <widget class="QPushButton" name="pbSelectionColor">
+ <property name="text">
+ <string>Selection Color</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0">
+ <widget class="QPushButton" name="pbWidgetFont">
+ <property name="text">
+ <string>Widget Font</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1">
+ <widget class="QLineEdit" name="leWidgetFont">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="font">
+ <font>
+ <family>Courier New</family>
+ <pointsize>10</pointsize>
+ </font>
+ </property>
+ <property name="text">
+ <string>01 23 45 67 89 ab cd ef</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="gbAddressAreaWidth">
+ <property name="title">
+ <string>Address Area</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout_3">
+ <item row="0" column="0">
+ <widget class="QLabel" name="lbAddressAreaWidth">
+ <property name="text">
+ <string>Address Area Width</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QSpinBox" name="sbAddressAreaWidth">
+ <property name="minimum">
+ <number>1</number>
+ </property>
+ <property name="maximum">
+ <number>6</number>
+ </property>
+ <property name="value">
+ <number>4</number>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>28</height>
+ </size>
+ </property>
+ </spacer>
+ </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>pbHighlightingColor</tabstop>
+ <tabstop>pbAddressAreaColor</tabstop>
+ <tabstop>buttonBox</tabstop>
+ </tabstops>
+ <resources/>
+ <connections>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>accepted()</signal>
+ <receiver>OptionsDialog</receiver>
+ <slot>accept()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>222</x>
+ <y>154</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>157</x>
+ <y>168</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>rejected()</signal>
+ <receiver>OptionsDialog</receiver>
+ <slot>reject()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>290</x>
+ <y>160</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>286</x>
+ <y>168</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>
diff --git a/python/python2_pyqt4/qhexedit.qrc b/python/python2_pyqt4/qhexedit.qrc
new file mode 100644
index 0000000..ec3b80a
--- /dev/null
+++ b/python/python2_pyqt4/qhexedit.qrc
@@ -0,0 +1,6 @@
+<!DOCTYPE RCC><RCC version="1.0">
+<qresource>
+ <file>images/open.png</file>
+ <file>images/save.png</file>
+</qresource>
+</RCC>
diff --git a/python/python2_pyqt4/qhexedit_rc.py b/python/python2_pyqt4/qhexedit_rc.py
new file mode 100644
index 0000000..a02d7de
--- /dev/null
+++ b/python/python2_pyqt4/qhexedit_rc.py
@@ -0,0 +1,252 @@
+# -*- coding: utf-8 -*-
+
+# Resource object code
+#
+# Created: Do. Apr 16 20:55:39 2015
+# by: The Resource Compiler for PyQt (Qt v4.8.6)
+#
+# WARNING! All changes made in this file will be lost!
+
+from PyQt4 import QtCore
+
+qt_resource_data = b"\
+\x00\x00\x04\xa3\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\
+\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xd6\xd8\xd4\x4f\x58\x32\
+\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
+\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
+\x79\x71\xc9\x65\x3c\x00\x00\x04\x35\x49\x44\x41\x54\x58\xc3\xe5\
+\x97\xcd\x8f\x54\x45\x14\xc5\x7f\xb7\xea\xd6\x7b\xaf\xdb\x6e\xc7\
+\xf9\x40\x9d\x89\x46\x4d\x34\x99\x44\x8d\x1a\x48\x98\xc4\x8c\x1f\
+\x1b\xfe\x02\x4c\x5c\xf1\x07\x18\x16\x2e\x4d\x5c\x6b\x58\xc3\x8e\
+\xc4\x8d\x1b\x17\xce\x82\x68\x74\x41\x5c\x18\x0d\xe2\xc4\xc6\x00\
+\x3d\x60\x50\x51\x19\x60\x02\xa2\x0e\x0c\x83\xd3\xfd\x5e\xf7\x94\
+\x8b\xaa\xee\xf9\x60\xe6\x0d\x84\x51\x16\x56\x52\xa9\xce\x7b\xb7\
+\xeb\x9e\x3a\xf7\xd4\xa9\x7a\xea\xbd\xe7\x7e\x36\xe5\x3e\xb7\x3e\
+\x80\x5d\xbb\x76\xbd\x03\xec\xfd\x8f\xf2\x4e\x35\x1a\x8d\x03\xeb\
+\x19\xd8\xbb\xef\xbd\xa3\x3b\x1f\x1f\x76\x00\x9c\x3c\x3a\xcf\xcc\
+\x97\x37\x58\x9c\xef\xdc\x53\xa6\xda\xa0\xf2\xdc\x6b\x03\xbc\xb8\
+\x67\x10\x80\x8b\x7f\x16\x7c\xf8\xee\x1e\x80\xdb\x00\x70\xfc\xec\
+\x1c\xdf\x3f\x30\x04\x78\x2e\xfd\xb8\xc0\xfe\xb7\xce\x6f\xcb\x72\
+\x0f\x1d\x79\x9a\x0b\x23\x96\xd3\x9f\x1f\x64\xfc\xd5\x7d\x9b\x6b\
+\x40\x45\xb0\x16\x40\x78\x70\x2c\x23\xcb\xb2\x6d\x01\x30\x30\x96\
+\x61\x8d\x50\x1b\x7c\x14\x23\x25\x22\x14\x2b\xd8\x18\x91\xd5\x95\
+\x73\xe7\xce\x83\x2a\xb8\x04\xd2\x14\xb2\x0c\xd2\x2c\x8c\x49\x0a\
+\x49\x12\xde\x77\x3a\x90\xe7\x90\xb7\xa1\xd5\x82\x76\x2b\x8e\x6d\
+\x28\x72\xb2\xfa\x38\xd6\x0a\xe3\xaf\xbc\x49\x6b\xf1\xfa\xe6\x00\
+\xac\x15\xac\x15\x04\xb0\x46\xd8\xbd\x7b\xe7\x16\x6b\xeb\x86\xae\
+\x80\x5a\xa8\x56\x81\xea\x6d\x51\x8d\xaf\x04\xb5\x82\xf7\xa0\xa6\
+\x84\x01\x67\x05\x35\x82\x08\xa8\x0a\x95\x2c\xc3\x23\x20\x1e\x08\
+\xc0\xf0\x1e\x2f\x02\xde\x23\x12\x26\x15\x7c\x88\x23\xc4\x21\x1e\
+\x3c\x21\x5e\x40\x4d\x58\x18\x40\xd7\x4a\x89\x06\xac\xa0\xda\x63\
+\x00\x9a\x33\xbf\x05\x8a\x53\x07\x69\x02\x95\x04\xb2\x34\xf6\x04\
+\x12\x07\x4e\xa1\xe8\x40\x5e\x40\x2b\x8f\xbd\x05\x4b\x39\xb4\x73\
+\xc8\x0b\x54\x87\x71\x3d\x00\x2a\xe5\x25\x70\x31\x40\xd5\x30\x39\
+\xf9\xd2\xd6\x0a\xf3\x3e\xd0\xaf\x16\xaa\x1b\x8b\xf6\xd8\x27\x61\
+\x61\xbd\x1c\x25\x25\x20\x00\xf0\x81\x8d\x34\x4d\xa3\x3a\xc3\xb3\
+\x98\x11\x89\x6c\x07\xda\x63\x09\x56\x98\x5f\x29\x46\xfc\x61\xcd\
+\x72\x7f\x61\x1d\x2d\xd1\x80\x3a\x09\x54\x49\x18\x4f\x34\x2f\xe0\
+\x9d\x85\xc4\x21\x89\xc3\x67\x09\x92\x69\xd8\x11\x89\xe2\x13\x87\
+\x58\x8b\xef\x76\x91\xbc\x80\xbc\x03\xed\x02\xdf\x6a\x23\xed\x02\
+\xf2\x02\x9f\x77\x50\x1d\x45\xd5\x20\x78\x3a\xeb\x54\x78\x9b\x06\
+\x9c\x33\x78\x0f\x03\x8f\x24\xbc\xfe\xf2\xf3\x77\x68\xe8\x36\x68\
+\xa4\xbe\xf1\xeb\xc6\xfc\xdf\xb1\x04\x52\x5e\x82\x44\x4d\x5f\x84\
+\x8f\x0d\xa5\x38\xe7\xb6\xc5\x88\x9e\x18\x4b\xb9\x76\xb3\x03\x08\
+\x9d\x52\x11\xaa\x90\xb8\x50\xef\x5a\xc5\x30\x7d\xb1\xcb\x40\xc5\
+\xb0\x0e\xf4\x26\xad\x57\xf9\x55\x2e\xe1\xe1\xc6\xd2\x32\xf5\xcc\
+\x70\x7d\xc9\x84\x2d\xe9\x4a\x19\x10\x9c\x1a\xc0\x73\xe5\x66\x97\
+\x2b\x37\xbb\xac\x51\x57\x3f\xd7\xaa\x64\x7e\xc5\x27\xa2\x29\xac\
+\x05\x15\xc3\x9c\x0b\xb5\x77\xa6\x6c\x17\xa8\xc1\xa9\x20\xc8\x1a\
+\x35\xaf\x9b\x35\x1a\x8f\x59\x31\x9e\xfe\x7b\xe9\xef\x14\x00\xf1\
+\x82\xef\x9b\x58\x30\x2b\x57\x56\x02\x55\x21\xd1\x90\xfc\xe7\x53\
+\xdf\xf2\xeb\x99\x13\x2c\x2d\xde\xb8\xa7\xfa\x57\x6a\x03\x3c\xf5\
+\xec\x4e\x9e\x79\x61\x02\x0f\xa8\x33\x5b\x31\x10\x03\x7c\x87\xf7\
+\xf7\xbf\xc1\xc2\xc2\x02\xb7\x6e\xdd\xa2\x28\x0a\x44\x04\x6b\x2d\
+\xd6\x5a\x54\x15\x55\xc5\x39\x87\xaa\x62\xad\xc5\x98\xf0\xdf\xe5\
+\xe5\x65\xf2\x3c\xef\xf7\x23\xcd\xf9\xb8\xf2\x2d\x18\x70\x56\x50\
+\x17\x18\xdc\x31\x3a\xb6\x72\x4f\x38\x7e\x9c\xe9\xe9\x69\x8c\x31\
+\x78\xef\x99\x98\x98\x60\x72\x72\xf2\x8e\x59\xd8\x31\x3a\xd6\xdf\
+\x86\xae\xd4\x09\x55\x70\x36\xac\xa2\x56\xaf\xf7\x6b\x39\x33\x33\
+\xc3\xd0\xd0\x10\xd6\x5a\xbc\xf7\x34\x9b\xcd\xbb\x02\x50\xab\xd7\
+\x70\xd1\x88\xb4\xd4\x88\x14\x9c\x0b\x27\x5c\xa0\x2a\x00\xa8\x56\
+\xab\x64\x59\xd6\xa7\xb8\x37\xde\x69\x73\x1a\xa9\x17\x41\x4b\xad\
+\x38\x1e\xc7\xbd\x23\xb4\xd7\x8c\x31\x88\x44\xdf\x8f\x3a\xb8\xab\
+\x9b\xaf\x35\xa8\x0d\xf3\xf6\x18\x2e\x3d\x8e\x83\x29\x6d\xe3\xd5\
+\xdb\x12\xa9\xf7\xe5\x56\x6c\xad\xf4\x91\x0e\x8e\x0c\xc3\xf2\xef\
+\xdb\x02\xe0\xa1\x91\x61\xd4\xc2\xb5\x2b\x97\x59\x9c\xbf\xbe\x05\
+\x03\x36\xf8\xc0\x60\xad\x02\x0b\xdb\xc3\xc0\x50\xad\xc2\xec\xc5\
+\x4b\x9c\xfd\xee\x1b\xce\x9f\x9c\x9e\x03\xa6\x36\x04\x60\x24\x5e\
+\x4a\x05\x12\x0b\xed\x91\x27\xa9\x3d\x0c\x6f\x1f\x38\xc8\x66\xc7\
+\x81\x27\x3a\xf1\x2a\xe7\x35\x1e\x32\x81\x14\x28\xba\x70\xf9\xea\
+\x55\xce\x34\x8e\xd1\xfc\xfa\x8b\xb9\xd9\x1f\x4e\x1d\x02\x0e\x6f\
+\x08\xe0\xb3\x8f\x3e\xe0\xa7\xd3\x27\x57\x99\xe9\xda\xa3\x86\x55\
+\xe6\xbb\x1e\x04\x1b\x3c\x5f\x1d\x6f\x7c\x77\xee\x8f\xd9\x5f\x0e\
+\x01\x87\x1b\x8d\xc6\x5f\x1b\x01\x98\x9a\xfe\xf4\xe3\x7f\xf5\x73\
+\x6c\x7d\xf2\x35\x00\xe2\xb7\xda\x81\xff\xdd\xd7\xf1\x3f\x4d\xf0\
+\x4b\xb9\xe8\x46\x89\xaf\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
+\x60\x82\
+\x00\x00\x08\x19\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\
+\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xd6\xd8\xd4\x4f\x58\x32\
+\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
+\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
+\x79\x71\xc9\x65\x3c\x00\x00\x07\xab\x49\x44\x41\x54\x58\xc3\xad\
+\x57\x5b\x50\x93\x67\x1a\xf6\xca\xce\xec\xcc\xf6\x62\x2f\xbc\xd9\
+\xe9\xce\xec\x6e\xbd\xda\xd9\x9b\xb5\xce\xba\x3b\x7b\xb0\xad\xcc\
+\x7a\xb1\xce\xce\x3a\xb3\x76\x54\x70\x75\xdb\xe2\x81\xd6\xb6\x54\
+\x04\xbb\xa5\x20\x6d\xc1\x82\x06\x08\x07\x51\x42\x80\x80\x80\x02\
+\x21\x81\x10\x92\x40\x48\x10\x73\x24\x21\x67\x72\x80\x04\x42\x20\
+\x9c\x09\x47\xb5\x54\x78\xf6\xfb\x7e\x13\x16\x30\x58\x8b\x7d\x67\
+\x9e\xf9\x2f\x92\xfc\xcf\xfb\x3e\xcf\xfb\xbe\xdf\x97\x5d\x00\x76\
+\xfd\x98\x20\xf1\x0b\x82\x14\x02\x03\xc1\x75\x82\x03\xcf\xfd\xfe\
+\x8f\x48\xbc\x9b\x20\xe1\x57\xaf\xef\xb5\x2a\x8c\xd6\x65\xdb\x02\
+\x60\x19\x1e\x5b\x09\x27\xf1\x33\xfa\x19\x81\x22\xfc\xdc\x3e\x76\
+\x48\x7e\x8a\xa0\xb9\xb6\x59\x1c\x32\xcf\xad\x42\x39\xfe\x1d\x44\
+\xf6\x51\xd8\xc7\xe6\xe8\x87\x86\x3d\x7b\xf6\x58\x53\x52\xae\x2c\
+\xca\x3a\x3a\x10\x4e\xe2\xe5\x49\xc3\xc4\x31\x04\xb7\x3e\x49\xf9\
+\x2c\x60\x9b\x5d\x59\x53\x4d\x03\x4d\xb6\x11\x34\xeb\xfb\x20\x31\
+\x79\x60\x19\x9d\xc5\xbb\xef\xbe\x3f\xc5\xab\xbe\x83\xf1\x89\x29\
+\x4c\x4f\xcf\xae\x92\xef\xd7\xbc\x74\x02\x11\x9f\x0f\xbe\x1d\xe3\
+\xb2\x04\x43\x4f\xb4\x33\x40\x8b\x7b\x06\xcd\x3d\x2e\x34\xeb\xec\
+\xa8\x57\xf6\x20\x87\x53\x85\x32\x5e\x35\x43\xbc\xb0\xf4\x90\x81\
+\xc1\x60\x5c\x26\xbf\x4b\x7c\xe1\x04\x48\x1c\x24\x38\x41\xfd\xdd\
+\xea\x73\x27\xf1\xb9\x27\x04\x48\x87\x97\xc1\xd7\xbb\x20\x22\x55\
+\x37\xdc\x37\xa2\xb8\x4e\x88\x2c\x56\x3e\xcc\x56\xdb\x3a\x71\x04\
+\x2c\x16\x6b\x2c\xfc\xce\xe7\x27\x10\x91\x36\x93\x95\x3f\x46\x7d\
+\xa5\xfe\x12\xc4\x6f\xf4\x59\x31\xb6\x02\x7e\xef\x20\x5a\x7b\x9c\
+\xe0\x3f\x30\xa1\x4c\x28\x43\x46\x0e\x1b\xb2\x0e\xf9\x26\xd2\xf9\
+\xc5\x65\xcc\x2d\x2c\x21\x34\xbf\x88\xbd\x7b\xf7\x5a\xc9\x3b\x7e\
+\xba\x6d\x02\x24\x7e\x43\x90\x46\x3d\x35\x13\x69\x75\xb3\x80\xd2\
+\x3f\x0f\xcb\xc4\xe2\x9a\x50\xa1\x5a\xb4\x6c\xf1\x59\xa0\xb6\xa0\
+\xa6\x5d\x8d\x2f\xb2\x73\x71\xb7\x9e\xff\x0c\x31\x25\x9d\x09\xcd\
+\x63\x62\x6a\x06\x83\x43\x81\x27\xe4\xdd\xbc\x2d\xd3\xb0\x3b\x92\
+\x03\x33\x26\xd4\x53\xb5\xd3\xfb\x58\x4f\x88\xc5\x03\x21\x88\x2c\
+\x43\x50\xba\x46\xd0\xed\x09\x42\xe5\x9b\x42\x9b\x73\xfc\xa9\xcf\
+\x5a\x1b\xee\x2a\x74\xc8\xbc\xc9\x45\x09\xa7\x6c\x93\xcf\x9b\x88\
+\x27\xa7\x11\x18\x1d\xc3\x80\x6f\x08\xa2\xd6\xd6\x25\xc2\x51\xdb\
+\x28\x12\x87\xc6\x1f\xaf\x82\x2f\x62\x94\x4d\x89\x24\x90\x22\xea\
+\x52\x2d\x9a\x42\xab\xe8\x18\x79\x04\xa1\xc5\xcf\x10\x53\x74\xf6\
+\x0d\xa3\xd3\xe1\x87\xd4\x3c\x80\x16\xbd\x03\x0d\x5d\x06\x14\xd5\
+\x0a\x90\x91\x95\x0d\x2f\x79\xf1\xc6\xaa\xa9\xd4\xb3\x73\x0b\x4c\
+\xc5\x94\xd8\xdd\xef\x85\xc9\x62\x05\xb7\xbc\x12\xa5\xe5\x95\x4b\
+\x13\xf3\xcb\xab\x23\x0f\x01\x37\xd9\x11\xe6\xd9\x15\x84\x97\x15\
+\x13\x06\xcb\x3c\xd0\x68\xf2\xa3\xdd\xee\x5f\x27\x96\x3b\x86\x20\
+\xb3\x78\xd7\x7d\xe6\x08\xa4\xf8\x3c\x33\x1b\x2a\x8d\x36\xaa\xdc\
+\x53\x33\x21\x8c\x8e\x8d\x33\x15\xd3\x26\xe4\x37\x09\xf1\xc1\xc5\
+\x8f\x51\x73\xaf\x01\xbe\x65\x60\xfc\x11\xa0\x23\x13\x23\xf2\xce\
+\xa1\xbe\x5d\xb9\xb8\x51\x01\x83\x81\x74\x74\x4d\xa7\x1e\x0a\x67\
+\x80\xa9\xb8\xdd\xea\x83\xd8\xe8\x42\x93\xca\xcc\xf8\x7c\xe5\xcb\
+\x2c\x88\xda\x24\x51\x89\xa7\x67\xe7\x18\x1b\x86\x86\x47\x60\x77\
+\x38\x49\x82\x3a\x24\x7c\xf8\x21\xae\xb3\x0b\xe1\x99\x5c\x80\x6f\
+\x09\xd0\x90\xde\xe1\x0f\x2c\x81\xab\x1f\xc4\x7d\xef\x04\xdd\x07\
+\x1d\x61\xeb\xff\x9f\xc0\x1d\xb9\x16\x1d\xf6\x21\x48\xcc\xfd\x4f\
+\x7d\xee\xd4\x22\x9d\x55\x84\xaa\x9a\xba\x4d\x3e\x47\xe4\x8e\xf8\
+\x3c\x3c\x12\x84\xd3\xdd\x0f\xbd\xc1\x88\xc2\xe2\x62\x9c\x7e\x2f\
+\x1e\x3d\x03\x01\xf4\x2f\x02\x83\x84\xbc\xc5\xff\x2d\xee\x3a\x43\
+\x28\x51\x91\xf7\xf6\x05\xf1\x4e\xdc\xbf\x7d\x84\x33\x69\xe3\x20\
+\x18\xf4\x33\xab\xe0\xc9\x54\x68\x35\x38\xd1\xd8\xdd\x0b\x9e\x58\
+\x89\xac\x5c\xf6\x33\x3e\x47\xaa\x9e\x9c\x9e\x65\xe4\xee\xf7\x0e\
+\xa2\xd7\x6c\x41\x43\x03\x1f\x27\x62\xe3\x20\xe9\xd6\xc0\x45\xcf\
+\x01\x52\x90\x24\xb8\x86\xb2\x9e\x00\x6e\xb4\xdb\x50\xd1\x1b\x44\
+\x85\xce\x8b\x4a\x7e\x0b\x6d\xbe\x9b\x5b\x27\xd1\xa0\x99\xf8\x16\
+\x65\x22\x05\xee\x29\xf4\x28\x13\xc8\x90\x78\x35\x0b\x1a\xad\x3e\
+\xaa\xdc\x63\x13\x93\xf0\x0d\x0d\xc3\x66\xef\x83\xb4\x5d\x8e\xc4\
+\x4b\x97\x90\xc3\xca\xc3\xd4\x63\xc0\x4e\x7a\x49\x31\x4e\xfa\x89\
+\x94\x7f\x5b\x3b\x84\x7c\x85\x13\x25\x6a\x1f\x4a\xd5\x03\xe8\xf2\
+\x30\xa3\x28\x22\xf8\xf9\x33\x09\x74\x8f\x2e\xa1\xa8\xbe\x15\xa5\
+\x7c\x09\xb2\x4a\x2a\xf0\xcf\xe3\x71\x51\xe5\xf6\x07\x46\xd1\xe7\
+\xf2\x40\xab\x37\x20\xfd\x6a\x06\x92\xbf\x48\x83\xcd\x37\x02\x27\
+\xa9\xda\x40\x1a\x4c\xe0\x7b\x88\x52\x9d\x1f\x45\xdd\xfd\x0c\x71\
+\x41\x97\x1b\xc5\xdd\x1e\x88\x9c\x41\xfc\xf9\xcd\xb7\x5d\x84\xeb\
+\x6c\xb4\x43\xd0\x28\xf7\x4e\x23\xa7\xfc\x1e\xb2\x4b\xab\xf1\x51\
+\xea\x57\x48\xfe\x6f\xea\xfa\x58\x51\xb9\x47\x82\xe3\xf0\x0c\xf8\
+\x60\x34\x99\x51\xc9\xab\xc2\xfb\x67\xcf\x41\xfe\x40\x03\x3f\xe9\
+\x6e\xb2\x8d\x19\xb9\x6f\x69\x06\x19\xd2\x9b\x2a\x2f\x72\xe5\x0e\
+\xe4\x75\xf6\xa1\xf0\xbe\x1b\x1c\x95\x1b\xf9\x9c\xca\x29\xc2\x53\
+\xb8\xdd\x29\xdc\x2b\x76\x04\x90\x51\xc8\xc5\x95\x6b\x79\x38\x11\
+\x9f\x80\x9b\xb7\x6e\x33\x63\x15\x91\xdb\x6a\x73\x40\x22\x6d\xc7\
+\x85\x84\x0f\x50\x74\xbb\x0c\xf3\x2b\x80\x9f\x34\x58\xf7\x24\x20\
+\x1c\x7c\x84\x4a\xd3\x18\x38\xfa\x61\x86\x9c\x56\xfd\x55\xb3\x1e\
+\xac\x0e\x3b\xb8\x3a\x1f\xd9\x21\x1e\x7a\x2f\xe0\x13\xbc\xba\x5d\
+\x02\x26\xbe\xc1\x83\x94\x6f\xd8\x38\x9f\x9c\x8a\x03\x7f\x3d\x04\
+\x63\xaf\x99\xe9\x6e\x2a\xb7\x46\xd7\x83\xa4\xcb\xc9\x48\xff\x3a\
+\x8b\x8c\xd5\x3c\x53\xb5\x71\xf6\xa9\xdc\x35\xf6\x69\x5c\x97\x59\
+\x19\xd9\xbf\x6e\x21\xa7\xa0\xd4\x82\x74\xbe\x1a\x57\x9b\x34\x60\
+\xc9\xcc\x10\xbb\x82\xf8\xe5\xaf\x5f\xa7\x67\xc0\x3b\xe1\x75\x1f\
+\x35\xcc\x35\xdd\x66\x7c\x94\x96\x85\xb8\x73\x17\xf1\x97\x43\x31\
+\x4c\xd5\x74\x99\xf0\xaa\xaa\x71\xfa\xf4\x19\x68\xcc\x0e\x8c\x92\
+\x2d\x36\x14\x1e\xab\x5a\xc7\x0c\x78\xe6\x71\x70\x0d\x23\x4c\xa3\
+\x65\x8a\x0c\x8c\xec\xb4\xfa\x9c\xb6\x5e\x94\x74\x39\xd0\x66\xf7\
+\xaf\x1e\x3d\x11\x4b\x47\x2e\x6f\xc3\x79\x13\x35\x2c\x5c\x99\x1a\
+\xf1\x97\x3e\xc7\xd1\xd8\x33\xf8\x38\x31\x09\x86\x5e\x13\x1a\x9b\
+\x04\xf8\xdd\x1b\xfb\x51\x4f\xd4\xf1\x90\x99\xee\x9a\x00\xaa\xad\
+\x93\x60\x2b\x5d\x0c\x39\xf5\xbc\xf0\xbe\x67\xbd\xea\xcc\x16\x3d\
+\x4a\x55\x1e\x08\x6d\x01\x94\xd4\xf1\x43\xe1\x65\x53\x40\xf0\xca\
+\xf7\x25\x60\x2b\x6e\x6a\xc7\xa9\x84\x44\xc4\x1c\x39\x8a\xdc\x7c\
+\x36\x5a\x5a\xc5\x38\x14\x13\x83\x2f\x39\x35\xc8\x14\x6a\x98\xe6\
+\xa2\xd5\xd2\x27\xf5\x9a\x7a\x4c\x13\xa1\x49\x64\xb7\x99\x90\xdb\
+\x6e\x46\xb9\xda\x8d\x06\xa5\x76\x39\x2c\x39\x3d\xf9\x4e\x13\xec\
+\xd9\x72\xd4\x47\x0d\x3b\xab\x46\x88\x63\xff\x39\x8f\xdf\xee\xfb\
+\x3d\x1a\xf9\x02\x9c\xbf\x90\x80\x93\xf1\x17\x70\xa3\xad\x07\x19\
+\xc4\x4f\x4a\x14\xe9\x6e\xba\x58\xa8\xef\x2c\xfa\x94\x98\x50\x28\
+\xb7\x40\xe9\x0e\x3c\xf9\x57\xec\x29\x2a\x77\x2d\xc1\x67\x04\xfb\
+\xb6\xb9\xe4\x44\x8d\xbe\xcc\xb2\x5a\xfc\xe3\xe4\x19\x1c\x3c\xf4\
+\x37\xb0\x72\xf3\xb0\xef\xc0\x1f\x50\x20\xd1\x21\x89\x27\x65\x2a\
+\xa6\x4b\x85\x3e\xbf\x21\xd5\x46\xe4\x2e\x90\x5b\x21\xb0\x0c\xae\
+\xe5\xdc\xe2\xd2\x11\x13\x13\xe4\x87\x6f\x3c\xaf\x3c\xe7\x96\x15\
+\x35\x9c\x69\x45\xe5\xf8\xfb\xb1\x58\x1c\x3f\x19\x87\x37\xf6\xef\
+\xc7\x8d\x3a\x11\x92\xab\xa4\x0c\x21\xed\x70\xea\x35\x55\x21\x8b\
+\x34\x5b\xc9\x03\x37\x2a\x34\x6e\xd4\x49\x3a\x17\xc3\x72\x73\x08\
+\x8e\x6d\x95\xfb\x87\x24\xe0\x4a\x65\x73\x70\xe4\xf8\x29\x1c\x3e\
+\x7c\x98\x8c\x63\x2e\x32\x05\x2a\x5c\x22\xd5\xd3\x5d\x7e\x4d\xdc\
+\x0b\x36\xe9\x74\x76\xa7\x1d\x77\x8c\xe4\x88\xb6\xf9\x9e\x84\xb7\
+\x1a\x95\xfb\x22\xbd\x49\xfd\x80\x0b\x6d\xf4\x04\x32\x4a\x78\x4c\
+\x0f\x9c\x4b\x49\xc3\xb5\xa6\x2e\x7c\xc2\x6d\x65\x36\x59\xf1\x83\
+\x01\x5c\x97\x9a\xc1\x51\x7b\x20\xf3\x04\xd7\xce\x25\x26\x05\x36\
+\xc8\xfd\xc7\x9d\xc8\x1d\xd5\x82\xdc\x1a\x01\xce\x5e\x4e\x45\x81\
+\x58\x85\x78\xf6\x5d\x5c\xa9\x55\x90\xaa\xfb\xc0\x96\xdb\x50\xad\
+\x75\xe3\xae\x54\x41\x2f\x10\xca\x0d\x72\xbf\xba\xd3\x6a\xa3\x05\
+\xb7\xa2\x51\xf8\x1d\xaf\x43\x8d\x4f\xb9\x2d\x88\xcb\xe6\xe1\x9a\
+\x48\x8f\xaa\x1e\x2f\x9a\x35\xe6\xc7\x7f\x7a\xf3\x2d\x57\x78\xac\
+\xa8\xdc\xaf\xbd\xac\xdc\xd1\xe2\x08\xdd\x05\x5c\x75\x1f\xde\xcb\
+\xaf\x45\xb9\x76\x00\x32\x67\x60\xf5\xc2\xa7\x97\xa9\xdc\xf7\x08\
+\xd2\xa9\xdc\x3b\xf8\x03\xf3\xc2\xf1\x13\x82\xca\x1c\xee\x9d\x50\
+\x0b\x39\x94\xb8\x0d\xc2\xc8\x16\xa3\x17\x87\xc3\x2f\x22\xf7\x0e\
+\xff\xda\x6d\x8a\xdd\x61\x99\xd5\x1b\xb6\xd8\x6b\xbb\x5e\x32\xbe\
+\x2f\x89\xff\x01\x66\xb9\x5f\xfc\x11\x80\x3d\xcf\x00\x00\x00\x00\
+\x49\x45\x4e\x44\xae\x42\x60\x82\
+"
+
+qt_resource_name = b"\
+\x00\x06\
+\x07\x03\x7d\xc3\
+\x00\x69\
+\x00\x6d\x00\x61\x00\x67\x00\x65\x00\x73\
+\x00\x08\
+\x08\xc8\x58\x67\
+\x00\x73\
+\x00\x61\x00\x76\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x08\
+\x06\xc1\x59\x87\
+\x00\x6f\
+\x00\x70\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
+"
+
+qt_resource_struct = b"\
+\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
+\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x02\
+\x00\x00\x00\x28\x00\x00\x00\x00\x00\x01\x00\x00\x04\xa7\
+\x00\x00\x00\x12\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
+"
+
+def qInitResources():
+ QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
+
+def qCleanupResources():
+ QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
+
+qInitResources()
diff --git a/python/python2_pyqt4/searchdialog.py b/python/python2_pyqt4/searchdialog.py
new file mode 100644
index 0000000..03cab58
--- /dev/null
+++ b/python/python2_pyqt4/searchdialog.py
@@ -0,0 +1,84 @@
+#!/usr/bin/env python
+
+from PyQt4 import QtCore, QtGui
+
+from Ui_searchdialog import Ui_SearchDialog
+
+
+class SearchDialog(QtGui.QDialog):
+ def __init__(self, parent, hexEdit):
+ super(SearchDialog, self).__init__()
+ self.ui = Ui_SearchDialog()
+ self.ui.setupUi(self)
+ self._hexEdit = hexEdit
+
+ def findNext(self):
+ startIdx = self._hexEdit.cursorPosition()
+ findBa = self.getContent(self.ui.cbFindFormat.currentIndex(), self.ui.cbFind.currentText())
+ idx = -1
+
+ if findBa.length() > 0:
+ if self.ui.cbBackwards.isChecked():
+ idx = self._hexEdit.lastIndexOf(findBa, startIdx)
+ else:
+ idx = self._hexEdit.indexOf(findBa, startIdx)
+
+ return idx
+
+ @QtCore.pyqtSlot()
+ def on_pbFind_clicked(self):
+ self.findNext()
+
+ @QtCore.pyqtSlot()
+ def on_pbReplace_clicked(self):
+ idx = self.findNext()
+ if idx >= 0:
+ replaceBa = self.getContent(self.ui.cbReplaceFormat.currentIndex(), self.ui.cbReplace.currentText())
+ self.replaceOccurrence(idx, replaceBa)
+
+ @QtCore.pyqtSlot()
+ def on_pbReplaceAll_clicked(self):
+ replaceCounter = 0
+ idx = 0
+ goOn = QtGui.QMessageBox.Yes
+
+ while (idx >= 0) and (goOn == QtGui.QMessageBox.Yes):
+ idx = self.findNext()
+ if idx >= 0:
+ replaceBa = self.getContent(self.ui.cbReplaceFormat.currentIndex(), self.ui.cbReplace.currentText())
+ result = self.replaceOccurrence(idx, replaceBa)
+
+ if result == QtGui.QMessageBox.Yes:
+ replaceCounter += 1
+
+ if result == QtGui.QMessageBox.Cancel:
+ goOn = QtGui.QMessageBox.Cancel
+
+ if replaceCounter > 0:
+ QtGui.QMessageBox.information(self, "QHexEdit", "%s occurrences replaced" % replaceCounter)
+
+ def getContent(self, comboIndex, inputStr):
+ if comboIndex == 0: # hex
+ findBa = QtCore.QByteArray.fromHex(inputStr.toAscii())
+ elif comboIndex == 1: # text
+ findBa = inputStr.toUtf8()
+ return findBa
+
+ def replaceOccurrence(self, idx, replaceBa):
+ result = QtGui.QMessageBox.Yes
+
+ if replaceBa.length() >= 0:
+ if self.ui.cbPrompt.isChecked():
+ result = QtGui.QMessageBox.question(self, "QHexEdit", "Replace occurrence?",
+ QtGui.QMessageBox.Yes | QtGui.QMessageBox.No | QtGui.QMessageBox.Cancel)
+
+ if result == QtGui.QMessageBox.Yes:
+ self._hexEdit.replace(idx, replaceBa.length(), replaceBa)
+ self._hexEdit.update()
+
+ else:
+ self._hexEdit.replace(idx, replaceBa.length(), replaceBa)
+
+ return result
+
+ \ No newline at end of file
diff --git a/python/python2_pyqt4/searchdialog.ui b/python/python2_pyqt4/searchdialog.ui
new file mode 100644
index 0000000..d98560f
--- /dev/null
+++ b/python/python2_pyqt4/searchdialog.ui
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>SearchDialog</class>
+ <widget class="QDialog" name="SearchDialog">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>436</width>
+ <height>223</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>QHexEdit - Find/Replace</string>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <widget class="QGroupBox" name="gbFind">
+ <property name="title">
+ <string>Find</string>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QComboBox" name="cbFindFormat">
+ <item>
+ <property name="text">
+ <string>Hex</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>UTF-8</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="cbFind">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="editable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="gbReplace">
+ <property name="title">
+ <string>Replace</string>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QComboBox" name="cbReplaceFormat">
+ <item>
+ <property name="text">
+ <string>Hex</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>UTF-8</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="cbReplace">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="editable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="gbOptions">
+ <property name="title">
+ <string>Options</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <widget class="QCheckBox" name="cbBackwards">
+ <property name="text">
+ <string>&amp;Backwards</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="cbPrompt">
+ <property name="text">
+ <string>&amp;Prompt on replace</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QPushButton" name="pbFind">
+ <property name="text">
+ <string>&amp;Find</string>
+ </property>
+ <property name="shortcut">
+ <string>F3</string>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pbReplace">
+ <property name="text">
+ <string>&amp;Replace</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pbReplaceAll">
+ <property name="text">
+ <string>Replace &amp;All</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pbCancel">
+ <property name="text">
+ <string>&amp;Close</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <tabstops>
+ <tabstop>cbFind</tabstop>
+ <tabstop>cbReplace</tabstop>
+ <tabstop>cbFindFormat</tabstop>
+ <tabstop>cbReplaceFormat</tabstop>
+ <tabstop>cbBackwards</tabstop>
+ <tabstop>cbPrompt</tabstop>
+ <tabstop>pbFind</tabstop>
+ <tabstop>pbReplace</tabstop>
+ <tabstop>pbReplaceAll</tabstop>
+ <tabstop>pbCancel</tabstop>
+ </tabstops>
+ <resources/>
+ <connections>
+ <connection>
+ <sender>pbCancel</sender>
+ <signal>clicked()</signal>
+ <receiver>SearchDialog</receiver>
+ <slot>hide()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>360</x>
+ <y>134</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>364</x>
+ <y>162</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>