Skip to content

India

A forum for members from India
203 Topics 1.1k Posts
  • Read xml file in QML

    7
    0 Votes
    7 Posts
    6k Views
    ?
    Using contextProperty() you can easily connect C++ class inside QML files. Call the C++ functions for read/write XML files. check this, http://qt-project.org/doc/qt-5/qqmlcontext.html#setContextProperty
  • Reg: Open Parent window when push button clicked in child window

    12
    0 Votes
    12 Posts
    10k Views
    ?
    [quote author="Vishva" date="1382966771"]!http://www.thedazzlersinc.com/source/wp-content/uploads/2012/06/flow.png(img)![/quote] Why dont you use stack concept in Qt, using push and pop for showing parent and child.
  • Qt Quick components fo ARM platform

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to read keys and how to disable keys for embedded application?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Intital highlight of QTableWidget

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, I think you are looking for "this":http://qt-project.org/doc/qt-5/qtablewidget.html#setCurrentCell-2 Hope it helps
  • First row of QTableWidget non selectable

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Closed] Advance Study materials

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    EddyE
    Closing this topic as a duplicate
  • Perspective View

    2
    0 Votes
    2 Posts
    2k Views
    JKSHJ
    Hi sarthak, Please don't post the same thing multiple times. Continue all discussion at http://qt-project.org/forums/viewthread/39934/
  • 0 Votes
    1 Posts
    956 Views
    No one has replied
  • 0 Votes
    3 Posts
    2k Views
    E
    thanks for your reply i got it
  • Translate into Tamil

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt integration with GLG

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Form show is not immediate

    9
    0 Votes
    9 Posts
    3k Views
    IamSumitI
    Try threading if you want things in parallel. or try timer .
  • Facing problem in creating new cpp and header file?

    3
    0 Votes
    3 Posts
    2k Views
    IamSumitI
    Hii parulkalra14, So you don't know How to add .cpp and .h file in your project. You need to look some Qt docs or videos. That will give you some idea.
  • Scrollable GraphicsView

    1
    1 Votes
    1 Posts
    949 Views
    No one has replied
  • Problem in Using QProcess

    2
    0 Votes
    2 Posts
    2k Views
    P
    Flush is a right way to use in my problem?? Somebody please tell me something ?
  • Graphics View

    1
    0 Votes
    1 Posts
    924 Views
    No one has replied
  • 0 Votes
    1 Posts
    919 Views
    No one has replied
  • Embedding a WMV video into a QML file

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt jobs

    27
    0 Votes
    27 Posts
    18k Views
    A
    One thing the trend of mobile development will change. It will soon jump into cross platform mobile development with native code generation. In this way QT will be a good option as it does support Blackberry too and other embedded platform. In QT what we do is develop the code once and it will cross compile to multiple platforms with least effort. So we have a app ready for IOS , android, Blackberry(10 onwards), and many embedded platforms. For IOS or Android developers, if they want to port there app to other platform then they have to work hard and even if the app is successfully ported they wont get the optimal soln. Example is apportable, what it does converts app to other platform with the constraint that the size of the api for android will increase which to some extend hamper the performance of the system itself. So, i think QT is a good option , build once deploy anywhere...