thank you very much for your suggestion. i will give it a try :)
regards,
Type: Posts; User: thanyalukj; Keyword(s):
thank you very much for your suggestion. i will give it a try :)
regards,
hello there,
i've been developing the symbian app using Qt and i wonder that will Nokia have a plan to make the scrollbar flickable at all?
i know about flickable class and flick charm class...
thank you for trying to help me.
the implementation is quite long. so, i just show you some codes
class ProductListModel : public QAbstractTableModel
QList <Garment*> garments;
Hello guys,
im using QListView / QTableView to load the list of items. there are about 1,000 items.
i use Delegate to show
- Product Image
- Product Name
- Product Price
but the result on...
hello there,
im new for qt too.. it's really hard to find the answer. so, i think i would tell you from my experience.
you can use QSettings to save and restore the data but it's not that...
Eventually i found the way.
void MainWindow::resizeEvent(QResizeEvent *event) {
QRect screenGeometry = QApplication::desktop()->screenGeometry();
widgetSize = screenGeometry.size();
...
hi there,
thank you for you answers.
i tried addToolBar(toolBar) when the device rotate, i set
toolbar->setOrientation(Qt::Vertical)
but what i get is the toolbar is still at the bottom...
Hi guys, im new to qt and i want to make the app that got tool bar which can reposition to the bottom and the right when the user rotate the phone. how could i do that?
...
i really want to know as well.. could anybody help us, please?
ps. im using Qt.
thank you.