Tagged Questions

0
votes
2answers
33 views

QT: Context menu (QMenu) reference from the QTableWidget.

I want to add a submenu in my context menu which is created like this: self.widget_alignment.setContextMenuPolicy(Qt.ActionsContextMenu) where widget_alignment is QTableWidget. I created a new …
1
vote
2answers
48 views

Qt for Symbian - odd network sockets behavior

I grabbed the 4.6.0 release, and immediately tried writing a little test app for it. This application simply shows an edit box for a host address, and a checkbox if it's to use an encrypted …
0
votes
1answer
17 views

Qt4 compatible RegExp for URL highlighting

I'd like to automatically highlight and extract URLs from a QWebView or QTextEdit. I've found a lot of RegEx examples on the web which allows to do just that, but most of them seem overly complicated, …
0
votes
1answer
12 views

QtRuby: loading HTML file into QTextEdit

How do I load a custom HTML-file into QTextEdit while in runtime?
1
vote
2answers
54 views

QCheckBox: is it really not possible to differentiate between user-induced changes to state and those made programmatically? If so, should it be considered an inconsistency?

Do I miss something or there is really no (ready / built-in) way to programmatically change the state of a QCheckBox without emitting the "void stateChanged ( int state )" signal? The above-mentioned …
0
votes
1answer
39 views

Displaying multiple icons in a single cell of a QTableView

I am writing a small gui app with QT4.5 in QtCreator. The main screen on the app contains a QTreeView with two columns, the first is text the second is a group of icons. These icons represent the …
0
votes
3answers
54 views

Modifying Qt core components/widgets, best practices?

Hello everyone, I'm trying to enhance Qt's QPrintPreviewWidget by allowing it to display page numbers (in the footer somewhere). Unfortunately, I can't quite figure out how to go about it without …
0
votes
2answers
17 views

QCheckbox/QRadio line wrap Qt4.6.0

Hi, I'm trying to have a multi-line checkbox/radio with Qt using standard QCheckbox/QRadio. I didn't find the direct solution since QRadio{wrap:true;} has no effect. The only thing possible would …
0
votes
2answers
51 views

Is QImage able to open and render pure 16-bit images?

I think the headline already explains what I want to know. Is there a possible way to open and save images with 16-bit with Qt? And I don't mean the 3*8=24bit or 4*8=32bit, what is quite the same as a …
0
votes
3answers
71 views

Linker error ‘unresolved external symbol’ : working with templates

I have a template based class [Allotter.h & Allotter.cpp]: template <typename allotType> class Allotter { public: Allotter(); quint32 getAllotment(allotType*); bool …
2
votes
2answers
29 views

How do I use QTextBlock?

Hi all, I'm completely new to c++ and Qt. I want to populate a QTextEdit object with QTextBlocks, how do I do that? e.g. If I have the sentence "the fish are coming" how would I put each word into …
0
votes
1answer
140 views

Qt4: How to call JavaScript functions in a page from C++ via QtWebkit?

Greetings everyone, I'm trying to write a simple log viewer using Qt4's WebKit port/implementation. My HTML code looks like this: http://pastie.org/613296 More specifically, I'm trying to find out …
0
votes
2answers
17 views

Remove a sublayout in qt?

In PyQt 4.5, I have a layout inside another layout. I'd like to remove the sublayout from its parent, and hide it. I can say parent_layout.removeItem(child_layout) to remove the layout from its …
8
votes
4answers
269 views

Hidden features of Qt.

A little is hidden in Qt given splendid documentation. But given vastness of Qt functionality paradoxically many useful features have been overlooked by me (and reimplemented or work-arounded). What …
2
votes
2answers
132 views

How to design Floating tool bar in Qt 4.5.2

How to make Floating tool bar in Qt, just like the top floating panel of Microsoft Windows RDP client, any code example? Regards

1 2 3 4 5 22 next
15 30 50 per page