跳到內容

India

A forum for members from India
202 主題 1.1k 貼文
  • Error while building project

    2
    0 評價
    2 貼文
    2k 瀏覽
    C
    can you show us the code (or part of it)? This line shows the first error. Maybe ByteConverterDialog.h does not exist at all. @main.cpp:3:33: error: ByteConverterDialog.h: No such file or directory@
  • QRadioButton -> setcheked(bool) problem

    3
    0 評價
    3 貼文
    2k 瀏覽
    C
    Well, what I think about this was that you put them all in a single groupbox... Qt thinks that it is a "selection" with only one radiobutton be checked at a time.
  • QGLWidget error

    7
    0 評價
    7 貼文
    17k 瀏覽
    Y
    I am newbie. Which file(s) should I edit to add those lines as sruthy suggested? Thanks in advance.
  • Happy Diwali !!!

    3
    0 評價
    3 貼文
    2k 瀏覽
    R
    Happy Diwali
  • Qt SDK not working

    6
    0 評價
    6 貼文
    4k 瀏覽
    B
    I found that Qt Creator 2.6.0 doesn't run qmake for the windows installation. If you do this at the command-line and build from Qt Creator with the resulting Makefile you can then load the .exe file target when Qt Creator tries to run .exe. Once you have done this once, ie. the Makefile exists and .exe file setup in Qt Creator it works fine. I set the Windows user Environment variable $PATH to include C:\Qt\4.8.3\bin but not sure if that was necessary. The windows installation of Qt shouldn't have these problems.
  • Qt application on beagleboard xm

    12
    0 評價
    12 貼文
    12k 瀏覽
    M
    am also facing same scenario when i deploy my Qt app into beaglexM board... Showing two mouse pointers one for Qt app & one for OS. Also after loading nd running my Qt App in my board, QT GUI is behaving with mouse clicks but at same time it is wiping out my OS GUI. Pls assist me ...
  • QT Multimedia - can remote networked cameras be controlled using QT Multimedia PAIs

    1
    0 評價
    1 貼文
    2k 瀏覽
    尚無回覆
  • Web Server Implementation

    8
    0 評價
    8 貼文
    24k 瀏覽
    A
    Please Checkout this link very useful and easy........... and if u have any doubt plz let me know..... https://github.com/nikhilm/qhttpserver
  • Send an email

    6
    0 評價
    6 貼文
    4k 瀏覽
    V
    I will try this and send to back the result
  • Whats the basic difference between the QtCreator and QtDesigner

    2
    0 評價
    2 貼文
    20k 瀏覽
    joborJ
    Qt Designer is for designing Dialogs and Main Windows (.ui files). Qt Creator is a full IDE for developing your program. It comes with an integrated version of Qt Designer.
  • Qwt for Mobile

    1
    0 評價
    1 貼文
    2k 瀏覽
    尚無回覆
  • File handling using Qt for Mobiles

    2
    0 評價
    2 貼文
    2k 瀏覽
    G
    Well, you should use QFile to write and read from phone, and there are some directorys and places when you cant write or read without correct capabilities.
  • Qt SVG Editor: How to resize svg image and save it back in SVG form as a resized image.!

    8
    0 評價
    8 貼文
    9k 瀏覽
    J
    Have you ever took a look at SVG file how it's written? It's an xml file. So one solution would be: read image by image as xml and save required data into a string. When you are finished gathering data, you only write generated string into an xml file. And a quick tutorial on svg "here":http://www.w3schools.com/svg/default.asp Regards, Jake
  • QML Collision detection

    5
    0 評價
    5 貼文
    5k 瀏覽
    A
    Google translator ..! hez indian..we are from same college ..he knw no spanish..! LOL..! but nyway..for box 2d qml plugin u have to search ..!
  • [Closed] sorting a .srt file for vlc player

    已鎖定
    1
    0 評價
    1 貼文
    2k 瀏覽
    尚無回覆
  • Adding TreeView

    1
    0 評價
    1 貼文
    2k 瀏覽
    尚無回覆
  • Connect database table with the local username id and password of the system

    2
    0 評價
    2 貼文
    2k 瀏覽
    T
    You should be able to get the local username using system specific APIs, but getting the password will be tricky: The OS does only keep the hash of it, not the actual value so that nobody can retrieve it. In Linux you could look into PAM (plugable authentication module): Those are triggered during log in (if the admin has configured them) and actually see the password.
  • Qt2.0...screen become transparent....help?

    3
    0 評價
    3 貼文
    2k 瀏覽
    H
    Thanks for reply well my ....Qt ver...is 2.2.0 and i use it to develop arm11 programme. As i newbie to arm so, i read on net it is the only version supported by friendly arm so, i decided to stick with older version. if anybody sure to use latest one with friendlyarm i will use it too.
  • Is it possible to use AT Command in Qt SDK?

    2
    0 評價
    2 貼文
    3k 瀏覽
    F
    You are talking about the AT commands that you can send through Bluetooth when connected though Serial Port Profile right? If that is the case you can take a look at this relevant post: http://www.developer.nokia.com/Community/Discussion/showthread.php?227891-Sending-AT-command-via-Bluetooth-connection
  • Do you do Qt development for mobile?

    9
    0 評價
    9 貼文
    4k 瀏覽
    J
    Also are people making any serious applications using necessitas on Android ? I would be glad if there are because it is good for Qt to be on the biggest mobile platform.