I will go to workaround. The qmenu for scale is in question.
AND workaroud did not work. Seems like any menu triggered (menu->exec() or menu->popup() disables the QmenuBar and it needs some...
Type: Posts; User: salesh; Keyword(s):
I will go to workaround. The qmenu for scale is in question.
AND workaroud did not work. Seems like any menu triggered (menu->exec() or menu->popup() disables the QmenuBar and it needs some...
Pitty
Actually there are just 10 selections for scale. You can select those all from qmenu, but the control to show hided selections in Qmenu is very small and hard to find.
Have to wander if...
Hei
Problems with Menu triggered from maemo's mainmenu.
I have menuitem that triggers new popupmenu (menu-> exec()).
It works nicely, but the opening the mainmenu does not succeed before...
Hei
How can I set the Qmenu fingerScrollable in N900:
------------------------------------------------------------------------
QMenu *menu = new QMenu(this);
menu ->addAction(Act1);...
Hey
How to add popupmenu to Qt - program in traditional device without touch (N95/E71)?
Normal options menu is used. So must swap it?
Hannu
And code is corrected above.
Hannu
Hei
i have QDialog and inside it Qtabwidget and
inside it QScrollBox and
inside it one QlineEdit, QPushbutton and several Qsetboxes.
I can just switch between tabs, but not to go inside tabs....
So the scribble sample (http://doc.trolltech.com/4.6/widgets-scribble.html) should work on 6210 or N95 without any modifications.
It would be very nice to have keyboard mouse like in some...
Thank's
This was just that I asked.
Hannu
No mouse? device is 6210.
With touch N97/5800/N8
Here is Win32 version: http://www.taskuloisto.fi/ohjeet/TLreitti.htm
This is from old native version:...
Hey
I have navigation program which uses toolbars and buttons. One funtion is pointer that shows interesting point on map.
How to use toolbar and buttons?
How to move cursor/pointer?
Hannu
hei
Nokia phones have touchscreen or not.
How to ask if device is touch enabled?
I know it's somewhere and simple..
Hannu
Hei
Thank You very much, this helped.
I just made division.c and included it at .pro file.
------------------------------------------------------------------------------------
// This code...
Hei
Application is using heavily integer division?
I will test this one anyway.
The device has all the libraries. OS was updated couple of weeks ago. Nothing fancy installed to it.
It seems...
lbs is installed
sqlite3 is installed (QtSql?)
QtXml not verified.
How to verify installed libraries?
Hannu
Yes,
This is just like the depwalker I meant.
Something is missing, candidates are
LIBRARY lbs.lib
LIBRARY QtSql.lib
LIBRARY QtXml.lib
Did that earlier.
Just main with kill-0-kill.
Hannu
Just kill-0-kill's:
uiss
sishelper
main
and installserver
I could preciate some tool like depwalker. Have to start splitting the app.
Only result was
"Sovellus suljettu
The app does not even start. So the ErrRd-trick does not help. When starting with debugger, debugger says that "General OS related error" happened, and that's it. I am using Nokia Qt SDK. WinCE has...
Hei
Problen after problem....
Application installs nicely to 6210. But does not start. With debugger it gives the famous "General OS related error". ErrRd gives nothing. It uses events like...
Windows cmd-command opens it. Command-window, terminal-windows.
Sorry..
Hannu
Hei
Is somewhere some switch which prevents zillions of dos-boxes appearing and vanishing when changing project or settings at Qt-Creator. The symptom started some week ago. Reinstalling does not...
Hei
Found it.
Corrected the line in PRO-file
VERSION 1.0
to
Hei
wierd error:
-----------------------------------------------------------------------------------------------------------------------------
The process...
Hei
I have never used ./your_app . Just done debigging with gdb-arm-none-linux-gnueabi.exe? (gdbserver).
This symptom goes away and changes function. Most often func is some conversion.
I...