Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt5.2.1
    Log in to post
    • All categories
    • Q

      Unsolved Qt Creator with MSVC2010 : no valid kit found
      Tools • qtcreator msvc2010 no valid kit qt5.2.1 • • Quentin91

      4
      0
      Votes
      4
      Posts
      588
      Views

      jsulm

      @Quentin91 said in Qt Creator with MSVC2010 : no valid kit found:

      The problem is that I can't download anything as I want as I work in a company

      Then how you did you download Qt source code?

      If online installer doesn't work you can use the offline installer.

    • A

      Unsolved How to run QCamera Example application in Embedded Linux i.MX6 platform?
      Mobile and Embedded • qt5.2.1 qcamera i.mx6 embedded linux how • • Ajith_P_V

      17
      0
      Votes
      17
      Posts
      8219
      Views

      A

      @Daniel-Nilsson did you get the solution to this?

    • A

      Unsolved How to display 8-bit grayscale raw image to a QLabel and display it in x11 board?
      Mobile and Embedded • qt5.2.1 x11 qimage grayscale 8bitgrayscale • • Ajith_P_V

      6
      0
      Votes
      6
      Posts
      6658
      Views

      D

      @Ajith_P_V , maybe, you need not RGB, but BGR model. I didn't work with graphics in qt, but in OpenCV all work was gone in BGR.

    • P

      Solved QPainter.begin returns false on prod machine
      General and Desktop • qt5.2.1 qprinter qpainter pdf windows • • PierreFIL

      11
      0
      Votes
      11
      Posts
      3954
      Views

      P

      OK, so now that I have launched the program with admin rights and came back with user session, the application is working (?!?)

      So it was neither a DLL or plugins problem, but just a weird right access blocking. I am sad I can't explain why I had to launch it once with admin session, but at least I am glad I solved my problem.

      Thanks anyway to those who give their time to help.

    • A

      [Solved]How to focus on the last item of the and then come to the top item one by on using TAB key and UP-ARROW key?
      Mobile and Embedded • qlistwidget focus item selection qt5.2.1 linux • • Ajith_P_V

      4
      0
      Votes
      4
      Posts
      4669
      Views

      A

      @SGaist Thank you dude, setCurrentRow is what I want!

    • A

      How to use Arrows key and Enter key for navigation/selection in a stacked widget Qt5 application?
      Mobile and Embedded • embedded linux qt5.2.1 qtcreator navigation arrowkeys enter key selection stackedwidget • • Ajith_P_V

      1
      0
      Votes
      1
      Posts
      1266
      Views

      No one has replied

    • A

      [SOLVED] Qt Creator : How to list files and directories to Tree widget which placed in a stacked widget page
      Mobile and Embedded • qtcreator qt5.2.1 qtreewidget directory file navigation • • Ajith_P_V

      4
      0
      Votes
      4
      Posts
      5162
      Views

      A

      @SGaist Thank you once again!
      Now, I can manage to display the folder list inside the stacked widget page using QTreeView + QFileSystemModel combo!