@@ -7,7 +7,7 QHexEdit::QHexEdit(QWidget *parent) : QS | |||||
7 | { |
|
7 | { | |
8 | qHexEdit_p = new QHexEditPrivate(this); |
|
8 | qHexEdit_p = new QHexEditPrivate(this); | |
9 | setWidget(qHexEdit_p); |
|
9 | setWidget(qHexEdit_p); | |
10 | setWidgetResizable(true); |
|
10 | //setWidgetResizable(true); | |
11 |
|
11 | |||
12 | connect(qHexEdit_p, SIGNAL(currentAddressChanged(int)), this, SIGNAL(currentAddressChanged(int))); |
|
12 | connect(qHexEdit_p, SIGNAL(currentAddressChanged(int)), this, SIGNAL(currentAddressChanged(int))); | |
13 | connect(qHexEdit_p, SIGNAL(currentSizeChanged(int)), this, SIGNAL(currentSizeChanged(int))); |
|
13 | connect(qHexEdit_p, SIGNAL(currentSizeChanged(int)), this, SIGNAL(currentSizeChanged(int))); |
General Comments 0
You need to be logged in to leave comments.
Login now