| | |
Error [for the type QPlainTextEdit]
![]() |
•
•
Join Date: Dec 2008
Posts: 16
Reputation:
Solved Threads: 0
Hello,
I have the code:
but the error is :
The method setTextColor(QColor) is undefined for the type QPlainTextEdit
Why ?
I have the code:
Java Syntax (Toggle Plain Text)
public void color() { QColor color = QColorDialog.getColor(textEdit.textColor(), this); if (!color.isValid()) return; editor.setTextColor(color); } private void setupEditor() { QFont font = new QFont(); font.setFamily("Arial"); font.setFixedPitch(true); font.setPointSize(10); editor = new CodeEditor(); editor.setLineWrapMode(QPlainTextEdit.LineWrapMode.NoWrap); editor.setFont(font); new Highlighter(editor.document()); }
The method setTextColor(QColor) is undefined for the type QPlainTextEdit
Why ?
![]() |
Similar Threads
- Error: Type Mismatch - access + vb 6.0 (Visual Basic 4 / 5 / 6)
- Run time error 13 - type mismatch (Visual Basic 4 / 5 / 6)
- error: Type mismatch in redecleration on 'throw_cards' (C)
- Error Type:Provider (0x80004005) (ASP)
- System error type 114 (OS 7 / 8 / 9)
- Error Type: Microsoft VBScript runtime (0x800A01C9) (ASP)
Other Threads in the Java Forum
- Previous Thread: How to use Binary Search Tree with String? Is there any ready code?
- Next Thread: Dumb NetBeans IDE question: I've lost my palette!
| Thread Tools | Search this Thread |
actuate add android api applet application applications array arrays automation balls bank binary bluetooth business chat class clear client code codesnippet collections component database defaultmethod development dice digit dragging ebook eclipse equation error event formatingtextintooltipjava fractal functiontesting game givemetehcodez graphics gui health hql html hyper ide idea image infinite int integer invokingapacheantprogrammatically j2me java javame javaprojects jni jpanel julia linux list main map method methods mobile myregfun mysql netbeans nonstatic openjavafx parameter pearl php problem program project recursion repositories scanner scrollbar server set sms sort sorting spamblocker sql sqlserver state storm string sun superclass swing swt thread threads tree windows





