Search Results

2
votes

Custom style with Qt

Check out the Stylesheets facility in Qt 4. While it's still a hassle, it's way easier than doing a full-on custom style. …
5
votes

How do I store the window size between sessions in Qt?

Use the QWidget::saveGeometry feature to write the current settings into the registry.(The registry is accessed u …
1
vote

Qt Jambi: QAbstractListModel not displaying in QListView

I'm not experienced in Jambi, but shouldn't you be returning a QVariant from method data() instead of returning a Foo? It's not clear to me how the view is going to know how to convert the Foo int …
0
votes

How can I setup LookAndFeel Files in Java ?

The Qt look and feel is available from Trolltech as the product Jambi, which IS Qt for Java. …
5
votes

Qt Application fails spectacularly

I don't know... but to me, spewing stuff about Unwind suggests that you have a mismatch between whether the library is compiled with exceptions and your application is compiled with exceptions. …