|
2017-03-16
, 11:01
|
|
Posts: 394 |
Thanked: 1,341 times |
Joined on Dec 2009
|
#22
|
Released a experimental version for Sailfish OS on openrepos.
Known problem focus after user input (click any bit button twice).
The Following User Says Thank You to velox For This Useful Post: | ||
|
2017-03-16
, 12:16
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#23
|
The window/page does not seem to be in real landscape mode (have you rotated the elements?), because the on screen keyboard pops up on the right hand side when focussing an input element.
|
2017-03-16
, 12:34
|
|
Posts: 394 |
Thanked: 1,341 times |
Joined on Dec 2009
|
#24
|
The Following User Says Thank You to velox For This Useful Post: | ||
|
2017-03-16
, 12:42
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#25
|
Perhaps this is useful to you?
I don't know much about c++ and qt, but perhaps it works similarly with qdialog (which I just saw being used on the sourceforge page, no idea about qgraphicsview). If thats the case, perhaps you can drop the rotation part.
|
2017-03-16
, 12:58
|
|
Posts: 394 |
Thanked: 1,341 times |
Joined on Dec 2009
|
#26
|
Which qdialog at sourceforge? Is it a dialog tool for shell scripts, btw does something like this exists for SFOS?
The Following User Says Thank You to velox For This Useful Post: | ||
|
2017-03-17
, 19:23
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#27
|
hextool-git/qt/main.cpp hextool-git_a/qt/main.cpp @@ -1,11 +1,14 @@ -#include <QtGui/QApplication> +#include <QtWidgets/QApplication> #include "hextool.h" +#include <QWindow> int main(int argc, char *argv[]) { QApplication a(argc, argv); HexTool w; w.show(); + QWindow *window = w.windowHandle(); + window->reportContentOrientationChange(Qt::LandscapeOrientation); return a.exec(); }
|
2017-03-17
, 20:06
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#28
|
So another (beside kodi) great application which have broken gestures...
After digging through qtwayland and lipstick sources I found it in qt docs:
Code:+ QWindow *window = w.windowHandle(); + window->reportContentOrientationChange(Qt::LandscapeOrientation); }
|
2017-03-18
, 15:00
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#29
|
|
2017-03-28
, 18:08
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#30
|
Tags |
binary, calculator, conversion, decimal, harmattan, hexadecimal, maemo 5 |
|
Known problem focus after user input (click any bit button twice).
N900: gpxsee, fahrplan, gpscon, genwall, qrcode, hextool, libjansson4, libevent-2.0-5, cnee, psi-plus, mihphoto, shc
Maemo flasher/rescue live image.
Fremantle Harmattan SDK VM