Hi..
i have a window in QT, on that i am drawing a picture. now i want to place the progressbar over it.
how can i do that?..
steps i am following to do
1) Create a window,
2)draw picture in paint event of window
3)then create QGridLayout layout, add your window
4) Display over it.
suppose i want to add progress bar, over a portion...
Hi, I've written a program that I wish to sell for Symbian phone users. Is there a Symbian market place? Similar to the iPhone AppStore etc.
...
hi..
i want to know how to add menu to a widget, which is derived from Qwidget in QT symbian,
i know how to add menu to window derived from Qwindow, but i am not getting for widget
derived from Qwidget
pls help me..
Thanks
...
Hi..
I want to make a customized list view, in that I will add items dynamically,
I have written code for the same, but it's giving me some problems,
code is compiling fine but it will give some linker error,
I tried the same code by keeping different header files, it runs well, but i am not getting control to my delegate class only.
...
I want to design a mobile application/tool for recovering deleted messages/pictures/files from the phone. I have the choice to do that using Android or Symbian. what do you think is more easier provided that I have to use some operating system concepts to solve the problem and recover deleted messages. Also what are the concepts that I c...
Hi,
I have an application in JavaME that can display the feed from viewfinder using the VideoControl
Item videoItem = (Item)vidc.initDisplayMode(VideoControl.USE_GUI_PRIMITIVE, null);
and take a snapshot using the appropriate method. However, I don't wish to capture the whole photo, but just the thumbnail from the viewfinder instead....
HI..
i want to add elements dynamically to listview in QT for symbian OS, i have set of delegate methods associated with listview.
if i add elements statically, the control comes to delegate methods, and view is perfect.
but if i add dynamically, control is not at all coming to delegate methods.
i don't no how to do it. ill place her...
Hi..
is there any way to implement the control mentioned in the following link in QT.
http://wiki.forum.nokia.com/index.php/QtDynamicSettingList
pls suggest me how to implement the same.
Thanks
...
Hi..
i did progress bar in QT, i used both in emulator and mobile..
the infinite progress bar in appearing but its not getting animated.. (infinite progress is not coming)
here is the code which i hv written
QApplication a(argc, argv);
QProgressDialog *dialog = new QProgressDialog();
dialog->setMinimum(0);
dialog->setMaximum(0);
di...
Hi all.
in Qt, i want to customize the listview in QT Symbian. so for the customization purpose i have set delegate for the listview. and i am handling the paint event also.. the problem is the text colour.
i am not getting the default text colour, when the item is selected from the listview.
i.e below sample code,i have two strings n...
Hi,
For an application in symbian we need to use the OAuth. I searched in net but I could not get any one.
If anyone know about any open source library please let me k now.
...
I edited epoc.ini
added textshell in the first line.
When I run from the emulator:
NO window border is shown when I run.
It prints directly to the screen, so I can't interact with it
and the console window is isolated from the emulator window
I'm runninbg Windows 7 with Screen Resolution 1280*780
...
hi Rscheduler is not working for gui application. But it works well for console application. Is this a known issue of symbian?
...
What is the difference in the following code,
QGraphicsScene * scence = new QGraphicsScene();
QBrush *brush = new QBrush((QColor(60,20,20)));
scence->setBackgroundBrush(*brush);
QGraphicsView *view = new QGraphicsView();
view->setScene(scence);
//view->setBackgroundBrush(*brush);
//view->setCacheMode(QGraphicsView:...
I have been using CLogViewRecent and MLogViewChangeObserver to monitor call log on S60 5th edition phones.
MLogViewChangeObserver has three functions:
virtual void HandleLogViewChangeEventAddedL(TLogId aId, TInt aViewIndex, TInt aChangeIndex, TInt aTotalChangeCount);
virtual void HandleLogViewChangeEventChangedL(TLogId aId, TInt aVie...
hi~
REComSession::ListImplementationsL returns the impelementations in an array, accord to which .rsc files in \resource\plugins contain the certain interface ID. what is the mechanism to determine the order in that array?
thank you.
...
and why does Implementation ID necessary in ECOM? UID3 is not enough?
thank you.
...
Hi,
when i add the widget to the main window, by default the action menu item will be present,
how to remove that?
menuBar()->setVisible(false);
verAction = new QAction(tr("&Version"),this);
menuBar()->addAction(verAction);
connect(verAction, SIGNAL(triggered()),this, SLOT(displayVersion()));
displayAction = new QAction(tr("&Display"...
How to switch between the two screens in Qt?
for example, i have a button,static text plus a toolbar,now i will add it to a frame and set it as central widget it works well for one window.. what if i move to the next widow? there i need to show some other stuffs like some other button, images etc... and what if i come back to the first...
Hello guys. I'm using carbide c++. What to put in .mmp file to link some static library in path: camerawrapper\epoc32\release\armv5\lib from root?
...