Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.5k Posts
  • 0 Votes
    3 Posts
    2k Views
    J
    It is VS fault only, I've fixed it by not uninstalling VS 14 CTP and at the same time install VS 2013. So I have two versions of Visual Studios installed. And finally it is OK using Qt for Windows Phone. I've ported my game app to Windows Phone, and it works. Thank you for your patience and reply.
  • QtWebEngine and Windows RT

    9
    0 Votes
    9 Posts
    2k Views
    B
    Thanks SGaist, Qt WebEngine does not interact with QNetworkAccessManager, but I have an idea, I create a HTTP Proxy in same QT project and set "configs" of proxy in my WebView, what do you think? My intention is to handle requests before they reach the server, and also handle some answers, such as when the user tries to use the browser to access local folders (in this situation I plan to create a customized page to access the folders) and even viewer "FEEDS" If you believe that there is any other way to handle the "network" of "QtWebEngine" let me know, grateful.
  • Pushbutton sizes on iOS vs. OSX

    1
    0 Votes
    1 Posts
    443 Views
    No one has replied
  • Cant get simple hello qt program to compile on android c4droid IDE

    1
    0 Votes
    1 Posts
    535 Views
    No one has replied
  • Remote control ?

    5
    0 Votes
    5 Posts
    2k Views
    G
    Dear clogwog, thank you, that's the sort of thing I'd like. And so do over half a million Unity Remote users. Gianluca - deploying to a target device every time you make a tiny little change (particularly if trying out different styles, or tweaking a font size, etc), is a ridiculous waste of time. Far easier to make changes on the main platform you like to edit on, and then see what it looks like on a tablet. It also allows you to try out other aspects, like sensors, which don't exist on a PC or Macbook, again without deploying. "So, my suggestion and try the debug mode of Qt Creator. And tell us if there is a real valuable difference on what Unity does with remote control." The real valuable difference is that Unity can do it, and Qt can't.
  • Dlclose fails when using with QNetworkAccessManager on QNX

    1
    0 Votes
    1 Posts
    509 Views
    No one has replied
  • GUI Testing - QTestLib

    5
    0 Votes
    5 Posts
    2k Views
    K
    Thanks Sam! I'll give a try and get back if I have any more questions. Thank you!
  • Qt5 Linux Multitouch support

    3
    0 Votes
    3 Posts
    2k Views
    K
    SGaist, thanks for the link, but I've read it before -- I'd like cleaner solution. Also, Qt5 has other nice features, but I want to know if mutitouch works there before spending my time upgrading.
  • Accelbubble sample app for sensors on android

    1
    0 Votes
    1 Posts
    590 Views
    No one has replied
  • WP 8.1 - How to receive data from other apps

    1
    0 Votes
    1 Posts
    426 Views
    No one has replied
  • Bluetooth SPP UUID from 128bit to 16bit

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Learning qt5 and qml on android tablet with c4 droid

    5
    0 Votes
    5 Posts
    2k Views
    SGaistS
    For these two questions, you should rather contact the c4droid developer(s)
  • Prompt user to turn on GPS

    2
    0 Votes
    2 Posts
    1k Views
    GianlucaG
    Try to add to the AndroidManifest.xml the use-feature for forcing your app to working only if GPS is on. http://developer.android.com/guide/topics/manifest/uses-feature-element.html
  • Qt on Raspberry Pi & Buildroot

    1
    0 Votes
    1 Posts
    666 Views
    No one has replied
  • Where does qt search for font files?

    8
    0 Votes
    8 Posts
    7k Views
    K
    AFAIK, In the embedded platform, Qt looks for the fonts in /usr/lib/fonts directory @ root@am335x-evm:/usr/lib/fonts# ls DejaVuSans-Bold.ttf VeraMoBI.ttf fixed_70_50.qpf helvetica_240_75i.qpf DejaVuSans-BoldOblique.ttf VeraMoBd.ttf fontdir helvetica_80_50.qpf DejaVuSans-Oblique.ttf VeraMoIt.ttf helvetica_100_50.qpf helvetica_80_50i.qpf DejaVuSans.ttf VeraMono.ttf helvetica_100_50i.qpf helvetica_80_75.qpf DejaVuSansMono-Bold.ttf VeraSe.ttf helvetica_100_75.qpf helvetica_80_75i.qpf DejaVuSansMono-BoldOblique.ttf VeraSeBd.ttf helvetica_100_75i.qpf japanese_230_50.qpf DejaVuSansMono-Oblique.ttf c0419bt_.pfb helvetica_120_50.qpf l047013t.pfa DejaVuSansMono.ttf c0582bt_.pfb helvetica_120_50i.qpf l047016t.pfa DejaVuSerif-Bold.ttf c0583bt_.pfb helvetica_120_75.qpf l047033t.pfa DejaVuSerif-BoldOblique.ttf c0611bt_.pfb helvetica_120_75i.qpf l047036t.pfa DejaVuSerif-Oblique.ttf c0632bt_.pfb helvetica_140_50.qpf l048013t.pfa DejaVuSerif.ttf c0633bt_.pfb helvetica_140_50i.qpf l048016t.pfa README c0648bt_.pfb helvetica_140_75.qpf l048033t.pfa UTBI____.pfa c0649bt_.pfb helvetica_140_75i.qpf l048036t.pfa UTB_____.pfa cour.pfa helvetica_180_50.qpf l049013t.pfa UTI_____.pfa courb.pfa helvetica_180_50i.qpf l049016t.pfa UTRG____.pfa courbi.pfa helvetica_180_75.qpf l049033t.pfa Vera.ttf couri.pfa helvetica_180_75i.qpf l049036t.pfa VeraBI.ttf cursor.pfa helvetica_240_50.qpf micro_40_50.qpf VeraBd.ttf dejavu_sans_11_50.qpf2 helvetica_240_50i.qpf unifont_160_50.qpf VeraIt.ttf fixed_120_50.qpf helvetica_240_75.qpf wqy-zenhei.ttc root@am335x-evm:/usr/lib/fonts# @ And this is by default. You may change the qt-configuration to point to different location. And, for your question on "If you just copy your font to this directory, Qt doesnt display the string the selected language, if you delete the other font files, Qt can display the strings properly" - Are you sure if your platform has enough memory? Because AFAIK, Qt loads the font (Or you load it through application). When loading the font, Qt might use some memory to buffer the character set and the glyphs. (May be). This goes as my wild guess. It will be more interesting to see your system memory details. @ root@am335x-evm:/usr/lib/fonts# df -h Filesystem Size Used Available Use% Mounted on /dev/root 3.6G 693.1M 2.7G 20% / devtmpfs 109.1M 4.0K 109.1M 0% /dev tmpfs 16.0M 492.0K 15.5M 3% /var/volatile tmpfs 121.3M 0 121.3M 0% /dev/shm tmpfs 16.0M 0 16.0M 0% /media/ram /dev/mmcblk0p1 69.5M 489.0K 69.0M 1% /var/volatile/run/media/mmcblk0p1 @
  • [Solved] Can't find STL when do Qt 5.3 cross-compiling

    6
    0 Votes
    6 Posts
    9k Views
    E
    .
  • Qt 5.3.2 + OpenGL + Windows Phone + ???

    4
    0 Votes
    4 Posts
    1k Views
    T
    Yes, will try tomorrow. Thanks.
  • Program hangs when i emit a global variable (Solved)

    3
    0 Votes
    3 Posts
    1k Views
    H
    Thanks, Initially i did not emit a signal with parameter by value. I use a global value to pass between 2 cpp files.
  • Phonon Videoplayer play only full screen

    7
    0 Votes
    7 Posts
    2k Views
    SGaistS
    What if you put your video player in a layout inside the parent widget ?
  • Keyboard (input method) scrolls "root view".. how to stop?

    1
    0 Votes
    1 Posts
    629 Views
    No one has replied