Sun, 05 Nov 2017 11:35:32 +0100
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <html><head> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <title>eric6.E5Gui.E5TextEditSearchWidget</title> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <meta charset="UTF-8"> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <style> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | body { |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | background: #EDECE6; |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | margin: 0em 1em 10em 1em; |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | color: black; |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | } |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | h1 { color: white; background: #85774A; } |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | h2 { color: white; background: #85774A; } |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | h3 { color: white; background: #9D936E; } |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | h4 { color: white; background: #9D936E; } |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | a { color: #BA6D36; } |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </style> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </head> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <body><a NAME="top" ID="top"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <h1>eric6.E5Gui.E5TextEditSearchWidget</h1> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | Module implementing a horizontal search widget for QTextEdit. |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <h3>Global Attributes</h3> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <tr><td>None</td></tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | </table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <h3>Classes</h3> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <td><a href="#E5TextEditSearchWidget">E5TextEditSearchWidget</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <td>Class implementing a horizontal search widget for QTextEdit.</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | </tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | </table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | <h3>Functions</h3> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | <tr><td>None</td></tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | </table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <hr /><hr /> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <a NAME="E5TextEditSearchWidget" ID="E5TextEditSearchWidget"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <h2>E5TextEditSearchWidget</h2> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | Class implementing a horizontal search widget for QTextEdit. |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | </p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | <h3>Derived from</h3> |
5959
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
48 | QWidget |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <h3>Class Attributes</h3> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <tr><td>None</td></tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | </table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <h3>Class Methods</h3> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <tr><td>None</td></tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | </table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | <h3>Methods</h3> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <td><a href="#E5TextEditSearchWidget.__init__">E5TextEditSearchWidget</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <td>Constructor</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | </tr><tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <td><a href="#E5TextEditSearchWidget.__find">__find</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <td>Private method to search the associated text edit.</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | </tr><tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | <td><a href="#E5TextEditSearchWidget.__findByReturnPressed">__findByReturnPressed</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <td>Private slot to handle the returnPressed signal of the findtext combobox.</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | </tr><tr> |
5926
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
69 | <td><a href="#E5TextEditSearchWidget.__findNextPrevCallback">__findNextPrevCallback</a></td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
70 | <td>Private method to process the result of the last search.</td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
71 | </tr><tr> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
72 | <td><a href="#E5TextEditSearchWidget.__findPrevNextQTextEdit">__findPrevNextQTextEdit</a></td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
73 | <td>Private method to to search the associated edit widget of type QTextEdit.</td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
74 | </tr><tr> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
75 | <td><a href="#E5TextEditSearchWidget.__findPrevNextQWebEngineView">__findPrevNextQWebEngineView</a></td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
76 | <td>Private method to to search the associated edit widget of type QWebEngineView.</td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
77 | </tr><tr> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
78 | <td><a href="#E5TextEditSearchWidget.__findPrevNextQWebView">__findPrevNextQWebView</a></td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
79 | <td>Private method to to search the associated edit widget of type QWebView.</td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
80 | </tr><tr> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
81 | <td><a href="#E5TextEditSearchWidget.__setFindtextComboBackground">__setFindtextComboBackground</a></td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
82 | <td>Private slot to change the findtext combo background to indicate errors.</td> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
83 | </tr><tr> |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <td><a href="#E5TextEditSearchWidget.__setSearchButtons">__setSearchButtons</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | <td>Private slot to set the state of the search buttons.</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | </tr><tr> |
5959
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
87 | <td><a href="#E5TextEditSearchWidget.__setupUi">__setupUi</a></td> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
88 | <td>Private method to generate the UI.</td> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
89 | </tr><tr> |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | <td><a href="#E5TextEditSearchWidget.attachTextEdit">attachTextEdit</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | <td>Public method to attach a QTextEdit widget.</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | </tr><tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | <td><a href="#E5TextEditSearchWidget.keyPressEvent">keyPressEvent</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | <td>Protected slot to handle key press events.</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | </tr><tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | <td><a href="#E5TextEditSearchWidget.on_findNextButton_clicked">on_findNextButton_clicked</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <td>Private slot to find the next occurrence.</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | </tr><tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | <td><a href="#E5TextEditSearchWidget.on_findPrevButton_clicked">on_findPrevButton_clicked</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | <td>Private slot to find the previous occurrence.</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | </tr><tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | <td><a href="#E5TextEditSearchWidget.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | <td>Private slot to enable/disable the find buttons.</td> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | </tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | </table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | <h3>Static Methods</h3> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | <table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | <tr><td>None</td></tr> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | </table> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | <a NAME="E5TextEditSearchWidget.__init__" ID="E5TextEditSearchWidget.__init__"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | <h4>E5TextEditSearchWidget (Constructor)</h4> |
5959
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
112 | <b>E5TextEditSearchWidget</b>(<i>parent=None, widthForHeight=True</i>) |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | Constructor |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | </p><dl> |
5959
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
116 | <dt><i>parent</i> (QWidget)</dt> |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | <dd> |
5959
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
118 | reference to the parent widget |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
119 | </dd><dt><i>widthForHeight</i> (bool)</dt> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
120 | <dd> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
121 | flag indicating to prefer width for height. |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
122 | If this parameter is False, some widgets are shown in a third |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
123 | line. |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | </dd> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | </dl><a NAME="E5TextEditSearchWidget.__find" ID="E5TextEditSearchWidget.__find"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | <h4>E5TextEditSearchWidget.__find</h4> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | <b>__find</b>(<i>backwards</i>) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | Private method to search the associated text edit. |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | </p><dl> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | <dt><i>backwards</i></dt> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | <dd> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | flag indicating a backwards search (boolean) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | </dd> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
135 | </dl><a NAME="E5TextEditSearchWidget.__findByReturnPressed" ID="E5TextEditSearchWidget.__findByReturnPressed"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | <h4>E5TextEditSearchWidget.__findByReturnPressed</h4> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | <b>__findByReturnPressed</b>(<i></i>) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | Private slot to handle the returnPressed signal of the findtext |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
140 | combobox. |
5926
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
141 | </p><a NAME="E5TextEditSearchWidget.__findNextPrevCallback" ID="E5TextEditSearchWidget.__findNextPrevCallback"></a> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
142 | <h4>E5TextEditSearchWidget.__findNextPrevCallback</h4> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
143 | <b>__findNextPrevCallback</b>(<i>found</i>) |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
144 | <p> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
145 | Private method to process the result of the last search. |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
146 | </p><dl> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
147 | <dt><i>found</i> (bool)</dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
148 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
149 | flag indicating if the last search succeeded |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
150 | </dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
151 | </dl><a NAME="E5TextEditSearchWidget.__findPrevNextQTextEdit" ID="E5TextEditSearchWidget.__findPrevNextQTextEdit"></a> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
152 | <h4>E5TextEditSearchWidget.__findPrevNextQTextEdit</h4> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
153 | <b>__findPrevNextQTextEdit</b>(<i>backwards</i>) |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
154 | <p> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
155 | Private method to to search the associated edit widget of |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
156 | type QTextEdit. |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
157 | </p><dl> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
158 | <dt><i>backwards</i> (bool)</dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
159 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
160 | flag indicating a backwards search |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
161 | </dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
162 | </dl><dl> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
163 | <dt>Returns:</dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
164 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
165 | flag indicating the search result |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
166 | </dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
167 | </dl><dl> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
168 | <dt>Return Type:</dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
169 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
170 | bool |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
171 | </dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
172 | </dl><a NAME="E5TextEditSearchWidget.__findPrevNextQWebEngineView" ID="E5TextEditSearchWidget.__findPrevNextQWebEngineView"></a> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
173 | <h4>E5TextEditSearchWidget.__findPrevNextQWebEngineView</h4> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
174 | <b>__findPrevNextQWebEngineView</b>(<i>backwards</i>) |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
175 | <p> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
176 | Private method to to search the associated edit widget of |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
177 | type QWebEngineView. |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
178 | </p><dl> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
179 | <dt><i>backwards</i> (bool)</dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
180 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
181 | flag indicating a backwards search |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
182 | </dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
183 | </dl><a NAME="E5TextEditSearchWidget.__findPrevNextQWebView" ID="E5TextEditSearchWidget.__findPrevNextQWebView"></a> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
184 | <h4>E5TextEditSearchWidget.__findPrevNextQWebView</h4> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
185 | <b>__findPrevNextQWebView</b>(<i>backwards</i>) |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
186 | <p> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
187 | Private method to to search the associated edit widget of |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
188 | type QWebView. |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
189 | </p><dl> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
190 | <dt><i>backwards</i> (bool)</dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
191 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
192 | flag indicating a backwards search |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
193 | </dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
194 | </dl><dl> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
195 | <dt>Returns:</dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
196 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
197 | flag indicating the search result |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
198 | </dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
199 | </dl><dl> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
200 | <dt>Return Type:</dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
201 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
202 | bool |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
203 | </dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
204 | </dl><a NAME="E5TextEditSearchWidget.__setFindtextComboBackground" ID="E5TextEditSearchWidget.__setFindtextComboBackground"></a> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
205 | <h4>E5TextEditSearchWidget.__setFindtextComboBackground</h4> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
206 | <b>__setFindtextComboBackground</b>(<i>error</i>) |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
207 | <p> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
208 | Private slot to change the findtext combo background to indicate |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
209 | errors. |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
210 | </p><dl> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
211 | <dt><i>error</i></dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
212 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
213 | flag indicating an error condition (boolean) |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
214 | </dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
215 | </dl><a NAME="E5TextEditSearchWidget.__setSearchButtons" ID="E5TextEditSearchWidget.__setSearchButtons"></a> |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
216 | <h4>E5TextEditSearchWidget.__setSearchButtons</h4> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
217 | <b>__setSearchButtons</b>(<i>enabled</i>) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
218 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
219 | Private slot to set the state of the search buttons. |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
220 | </p><dl> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
221 | <dt><i>enabled</i></dt> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
222 | <dd> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
223 | flag indicating the state (boolean) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
224 | </dd> |
5959
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
225 | </dl><a NAME="E5TextEditSearchWidget.__setupUi" ID="E5TextEditSearchWidget.__setupUi"></a> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
226 | <h4>E5TextEditSearchWidget.__setupUi</h4> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
227 | <b>__setupUi</b>(<i>widthForHeight</i>) |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
228 | <p> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
229 | Private method to generate the UI. |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
230 | </p><dl> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
231 | <dt><i>widthForHeight</i> (bool)</dt> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
232 | <dd> |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
233 | flag indicating to prefer width for height |
4c716b02e10d
Changed the search widget used in the documentation viewer (and other places) to allow to save width but make it higher.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5926
diff
changeset
|
234 | </dd> |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
235 | </dl><a NAME="E5TextEditSearchWidget.attachTextEdit" ID="E5TextEditSearchWidget.attachTextEdit"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
236 | <h4>E5TextEditSearchWidget.attachTextEdit</h4> |
5926
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
237 | <b>attachTextEdit</b>(<i>textedit, editType="QTextEdit"</i>) |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
238 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
239 | Public method to attach a QTextEdit widget. |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
240 | </p><dl> |
5926
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
241 | <dt><i>textedit</i> (QTextEdit, QWebEngineView or QWebView)</dt> |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
242 | <dd> |
5926
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
243 | reference to the edit widget to be attached |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
244 | </dd><dt><i>editType</i> (str (one of "QTextEdit", "QWebEngineView" or "QWebView"))</dt> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
245 | <dd> |
69482290dbdd
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
246 | type of the attached edit widget |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
247 | </dd> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
248 | </dl><a NAME="E5TextEditSearchWidget.keyPressEvent" ID="E5TextEditSearchWidget.keyPressEvent"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
249 | <h4>E5TextEditSearchWidget.keyPressEvent</h4> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
250 | <b>keyPressEvent</b>(<i>event</i>) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
251 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
252 | Protected slot to handle key press events. |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
253 | </p><dl> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
254 | <dt><i>event</i></dt> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
255 | <dd> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
256 | reference to the key press event (QKeyEvent) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
257 | </dd> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
258 | </dl><a NAME="E5TextEditSearchWidget.on_findNextButton_clicked" ID="E5TextEditSearchWidget.on_findNextButton_clicked"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
259 | <h4>E5TextEditSearchWidget.on_findNextButton_clicked</h4> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
260 | <b>on_findNextButton_clicked</b>(<i></i>) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
261 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
262 | Private slot to find the next occurrence. |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
263 | </p><a NAME="E5TextEditSearchWidget.on_findPrevButton_clicked" ID="E5TextEditSearchWidget.on_findPrevButton_clicked"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
264 | <h4>E5TextEditSearchWidget.on_findPrevButton_clicked</h4> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
265 | <b>on_findPrevButton_clicked</b>(<i></i>) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
266 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
267 | Private slot to find the previous occurrence. |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
268 | </p><a NAME="E5TextEditSearchWidget.on_findtextCombo_editTextChanged" ID="E5TextEditSearchWidget.on_findtextCombo_editTextChanged"></a> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
269 | <h4>E5TextEditSearchWidget.on_findtextCombo_editTextChanged</h4> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
270 | <b>on_findtextCombo_editTextChanged</b>(<i>txt</i>) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
271 | <p> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
272 | Private slot to enable/disable the find buttons. |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
273 | </p><dl> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
274 | <dt><i>txt</i></dt> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
275 | <dd> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
276 | text of the combobox (string) |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
277 | </dd> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
278 | </dl> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
279 | <div align="right"><a href="#top">Up</a></div> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
280 | <hr /> |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
281 | </body></html> |