Skip to content

India

A forum for members from India
199 Topics 1.0k Posts
  • How to develop android app using Qt?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS

    Hi,

    The starting point is here.

  • This topic is deleted!

    Solved
    4
    0 Votes
    4 Posts
    121 Views
  • 0 Votes
    2 Posts
    3k Views
    SGaistS

    Hi,

    You should check the return value of the QOpenGLShaderProgram::log. It might give you more hint about what is going on.

  • 0 Votes
    2 Posts
    3k Views
    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 Votes
    5 Posts
    2k Views
    Pradeep KumarP

    @0703prakash if it is solved mark as solved.

  • Qt Development Jump Start Meet up at Bangalore, India

    Unsolved
    1
    1 Votes
    1 Posts
    850 Views
    No one has replied
  • 0 Votes
    7 Posts
    5k Views
    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 Votes
    1 Posts
    920 Views
    No one has replied
  • CRASH : Image not found | qt frameworks

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    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 Votes
    2 Posts
    1k Views
    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
    4
    0 Votes
    4 Posts
    2k Views
    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 Votes
    6 Posts
    2k Views
    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 Votes
    7 Posts
    3k Views
    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 Votes
    6 Posts
    3k Views
    -AVM-

    I Tried QAxObject instead of QAxWidgetand CoInitialize() there..... it works fine in another thread.

  • string.toAscii().data() ?????

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    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 Votes
    5 Posts
    8k Views
    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 Votes
    5 Posts
    3k Views
    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 Votes
    2 Posts
    2k Views
    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.

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Embed Qt Widget into Qml view in QtQuick 2.0

    2
    0 Votes
    2 Posts
    2k Views
    sierdzioS

    I do not think you can do that. Maybe with Window element somehow, but I doubt it.