diff --git a/dumpReader.py b/dumpReader.py index 1d6b9d3..b62b0c6 100755 --- a/dumpReader.py +++ b/dumpReader.py @@ -263,14 +263,6 @@ class MainViewer(QtGui.QDialog): else: self.pushButton3.click() - def on_lineEditQuickfind_returnPressed(self): - text = self.lineEditQuickfind.text() - find = self.textEdit1.find(text) - if not find: - tc = self.textEdit1.textCursor() - tc.setPosition(0) - self.textEdit1.setTextCursor(tc) - self.textEdit1.find(text) ## ## Wiki Archive IO settings & init diff --git a/form3.ui b/form3.ui index d4dfeb3..a495f43 100644 --- a/form3.ui +++ b/form3.ui @@ -19,19 +19,29 @@ 6 - + apply python regex - + + + + debug mode + + + true + + + + Qt::Horizontal - + 40 20 @@ -39,14 +49,14 @@ - + - - 6 - 0 + + 6 + @@ -77,7 +87,7 @@ QSizePolicy::Expanding - + 101 20 @@ -88,7 +98,9 @@ - + + 5 + 5 0 0 @@ -100,16 +112,19 @@ - + - - + + + - + - + + 4 + 5 0 0 @@ -128,18 +143,20 @@ - + - - 6 - 0 + + 6 + - + + 0 + 0 0 0 @@ -184,7 +201,7 @@ - + @@ -200,29 +217,9 @@ - + - - - - debug mode - - - true - - - - - - - search - - - - - - @@ -244,6 +241,7 @@ textEdit1 pushButton9 listBox3 + checkBox1 textEdit2 textEdit3 pushButton2