Click URL
-
Hi, i have made subclass of QTextEdit and its working too.
But when i try to subclass the QTextEdit along with the Mainwindow and Myclass , i am getting some problem. i dont know how to implement it .
Give me some lead. -
[quote author="leojoseph" date="1295954145"]Hi, i have made subclass of QTextEdit and its working too.
But when i try to subclass the QTextEdit along with the Mainwindow and Myclass , i am getting some problem. i dont know how to implement it .
Give me some lead.[/quote]The crystal ball is on hiatus today, sorry. So, we're in dumb mode now and unfortunately unable to guess what you meant.
If you have a problem, you surely are able to explain to others what it is, so that they can understand it. If not, you have an even bigger problem, but that cannot be solved by the community.
-
Previously i had created QTextEdit class and made use of that in Myclass.
Now I want to know how to subclass QTextEdit,QMouseEvent along with the QMainWindow and Myclass.
Eg: class Myclass:public QMainWindow,QTextEdit like that,
Note(Mouse Event in TextEdit)
-
Ya almost like that. Let me Clear.
See,I have already created a class name Random which inherits QTextEdit.
Now i have to use the Random class to Myclass, where Myclass already contains QMainWindow.In Brief: The Myclass project contains a textEdit widget and a PushButton, i need to invoke a mouse event in the textEdit widget. So i created a Random Class which inherits the QTextEdit. If i make use of the Random Class in the Myclass , i can make my Req done.
-
Oh!! Its Just Like implementing the Custom Widgets!!
I have created the class and its functions, all i need to do is integrate the two classes.
-
No Probs!!
Why always the Hyperlink click is working in QT(QTextEdit) but the URL is not working!!
If i type www.mail.google.com , its not working.
But if i type http://mail.google.com is working!!
Do you know why ??
And is there any breakthrough for this?