跳到內容

India

A forum for members from India
201 主題 1.1k 貼文
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    9 瀏覽
    尚無回覆
  • "Taxonomy Error

    已鎖定 Unsolved
    2
    0 評價
    2 貼文
    1k 瀏覽
    JKSHJ
    @rambb1 This is a Qt forum, not a bbPress forum.
  • How to develop android app using Qt?

    Unsolved
    2
    0 評價
    2 貼文
    1k 瀏覽
    SGaistS
    Hi, The starting point is here.
  • 此主題已被刪除!

    Solved
    4
    0 評價
    4 貼文
    121 瀏覽
  • QOpenGLShaderProgram::uniformLocation(matrix): shader program is not linked

    Unsolved
    2
    0 評價
    2 貼文
    3k 瀏覽
    SGaistS
    Hi, You should check the return value of the QOpenGLShaderProgram::log. It might give you more hint about what is going on.
  • AdvanTRAK Technologies Pvt Ltd, Qt Distributor in India, Bangalore

    2
    0 評價
    2 貼文
    3k 瀏覽
    D
    AdvanTRAK Technologies is a QT Distribution Company and QT Professional Training Organization with wide range of Products Portfolio and Experience in RTOS. We distribute Qt Commercial License and Provide Technical Support and Training. Qt is a Cross Platform UI and Application development framework which follows the concept of Write Code once and deploy many times irrespective of the target platform. Qt comes with many of the Modular C++ Classes to deploy Rich User Interface Application that renders 2D and 3D Graphics . Besides, User Interface, Qt can be used to develop only Business logic which can be anything starting from Multi threading till large web based application that needs database connectivity. -Thanking You. AdvanTRAK Technologies. Contact: Vincent -- +91-9880490277 Email: vincent@advantrak.com info@advantrak.com www.advantrak.com
  • beginner

    Unsolved
    5
    0 評價
    5 貼文
    2k 瀏覽
    Pradeep KumarP
    @0703prakash if it is solved mark as solved.
  • Qt Development Jump Start Meet up at Bangalore, India

    Unsolved
    1
    1 評價
    1 貼文
    985 瀏覽
    尚無回覆
  • To run the executable created using Qt, without Qt creator

    exec exe
    7
    0 評價
    7 貼文
    5k 瀏覽
    Pradeep KumarP
    You have to place the respective libraries and plugins in corresponding place where the executable is placed. And the libraries and plugins must be refering to executables.
  • Qt - Meetup at Bangalore, India.

    Unsolved
    1
    2 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • CRASH : Image not found | qt frameworks

    Unsolved
    2
    0 評價
    2 貼文
    3k 瀏覽
    SGaistS
    Hi, Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
  • how to hide child in qtreeview

    Unsolved
    2
    0 評價
    2 貼文
    2k 瀏覽
    SGaistS
    Hi, If you don't care about the child you are dragging, why not just return the data you're interest in in your mimeData method ?
  • Multiple instances of one project

    Unsolved qt 5.4.1
    4
    0 評價
    4 貼文
    3k 瀏覽
    SGaistS
    Then you have to go to the Build & Run settings and under General change the value of "Stop application before building".
  • How to run this project !!

    Solved
    6
    0 評價
    6 貼文
    3k 瀏覽
    SGaistS
    Great ! Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)
  • Torch QML type

    Unsolved
    7
    0 評價
    7 貼文
    3k 瀏覽
    V
    Yes, you're right, i should check the bug database before making post, but the bug means, in specific case, a specific functionality is not working as accepted, and usually it doesn't happen a entire thing is not working and that is a bug. thus why bug database didn't get my attention and i was thinking, it is a problem at my side.
  • how to access the axwidget in qthread or qconcurrent

    Solved
    6
    0 評價
    6 貼文
    3k 瀏覽
    -AVM-
    I Tried QAxObject instead of QAxWidgetand CoInitialize() there..... it works fine in another thread.
  • string.toAscii().data() ?????

    Solved
    2
    0 評價
    2 貼文
    2k 瀏覽
    SGaistS
    Hi and welcome to devnet, You can find the documentation of toAscii here And the one from .data here. That line retunes a pointer to the data of a temporary QByteArray. Note that since you are using toAcii you're likely using Qt 4. You should consider upgrading to Qt 5.
  • How to integrate QGraphicsView with QML.

    Unsolved
    5
    0 評價
    5 貼文
    9k 瀏覽
    P
    @Wieland : Create lines, rectangles, circles etc as QtQuick items. Create a single QQuickPaintedItem to draw lines, rectangles, circles etc. Create a single QQuickItem to draw lines, rectangles, circles etc. Dear Wieland , Can I get a sample for the above, Actually i am facing issue with line object. It will draw inside a rectangular area, so it is difficult to handle multiple objects.
  • Beginner

    5
    0 評價
    5 貼文
    3k 瀏覽
    Friv4KF
    @Subst27 Thank you, I am also new member, so your information is very useful to me
  • Static IP in Wifi Connection Qt

    2
    0 評價
    2 貼文
    2k 瀏覽
    p3c0P
    Hi, There's no such class as QNetworkSessionManager. And there's no purely Qt way to set IP. You need to rely on platform specific code or use tools such as for eg. ipconfig on Linux. You can call this using QProcess.