| | |
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 |
6 actuate android api applet application applications array arrays automation balls bank binary bluetooth bold business c++ chat class clear client code codesnippet collections component coordinates database defaultmethod development dice doctype dragging ebook eclipse educational error file formatingtextintooltipjava fractal froglogic game givemetehcodez graphics gui hql html ide ideas image infinite ingres integer intersect invokingapacheantprogrammatically j2me java javaexcel javaprojects jni jpanel jtextarea julia linux list map method methods mobile mysql netbeans openjavafx parameter php problem program programming project recursion repositories scanner scrollbar sell server set sms sort sorting sql sqlserver state storm string sun superclass swing swt threads tree websites windows





