Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. qt5.2.1
    Log in to post

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

      4
      0
      Votes
      4
      Posts
      381
      Views

      @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.
    • UNSOLVED How to run QCamera Example application in Embedded Linux i.MX6 platform?
      Mobile and Embedded • embedded linux qcamera i.mx6 qt5.2.1 how • • Ajith_P_V  

      17
      0
      Votes
      17
      Posts
      7561
      Views

      @Daniel-Nilsson did you get the solution to this?
    • UNSOLVED How to display 8-bit grayscale raw image to a QLabel and display it in x11 board?
      Mobile and Embedded • qimage x11 qt5.2.1 grayscale 8bitgrayscale • • Ajith_P_V  

      4
      0
      Votes
      4
      Posts
      4913
      Views

      First, look and feel is a very vague thing. You should try to find something concrete, such as that the image is too light, too contrasty or something. I think you have not assigned a color table to the input image, which it should need just like the output image. But wouldn't the conversion have been done with that already...
    • SOLVED QPainter.begin returns false on prod machine
      General and Desktop • windows qpainter qprinter pdf qt5.2.1 • • PierreFIL  

      11
      0
      Votes
      11
      Posts
      3382
      Views

      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.
    • [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 • linux qlistwidget focus selection item qt5.2.1 • • Ajith_P_V  

      4
      0
      Votes
      4
      Posts
      3562
      Views

      @SGaist Thank you dude, setCurrentRow is what I want!
    • How to use Arrows key and Enter key for navigation/selection in a stacked widget Qt5 application?
      Mobile and Embedded • qtcreator embedded linux selection navigation qt5.2.1 stackedwidget arrowkeys enter key • • Ajith_P_V  

      1
      0
      Votes
      1
      Posts
      1006
      Views

      No one has replied

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

      4
      0
      Votes
      4
      Posts
      4446
      Views

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