Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. project

    Log in to post
    • All categories
    • Jiuso

      Unsolved Margaret: app that quantify executing time
      Showcase • windows open source project time • • Jiuso

      1
      0
      Votes
      1
      Posts
      70
      Views

      No one has replied

    • A

      Unsolved Struggling Trying to Transfer Project from old laptop to new laptop
      General and Desktop • desktop project config project project files • • Aditya Gupta

      8
      0
      Votes
      8
      Posts
      280
      Views

      jsulm

      @Aditya-Gupta said in Struggling Trying to Transfer Project from old laptop to new laptop:

      the red icon persisted

      And what does it say if you put mouse cursor over it?

    • S

      Solved Move header and source files to different location
      Installation and Deployment • project headers sources • • szumial

      6
      0
      Votes
      6
      Posts
      1901
      Views

      jsulm

      @szumial said in Move header and source files to different location:

      I don't remember adding these non-standard paths in that previous project

      Before, your header files and source files were located in the same directory. The preprocessor searches for header files in same directory, then in directories specified using -I parameter (that is what INCLUDEPATH adds) and then in system directories.

    • johnratius

      Unsolved Creating a new Qt project with Qt VS Tools on Visual Studio 2019 throws a project error
      Tools • vs 2019 vstools project • • johnratius

      2
      0
      Votes
      2
      Posts
      1054
      Views

      K

      Hi,
      I am facing the same problem using Qt 5.12.4 and msvc2019.

      The following error occurred: Error reading VS project settings.

      Does anyone have a solution for that? I tried reinsalling VS, didnt work.
      Tried different qt vs tools didnt work.
      Any information is appreciated, thanks!

    • mmikeinsantarosa

      Unsolved What sets resource.rc value assignments
      General and Desktop • project • • mmikeinsantarosa

      3
      0
      Votes
      3
      Posts
      401
      Views

      mmikeinsantarosa

      @Christian-Ehrlicher
      Thanks for the tip and will do.

      Mike

    • I

      Unsolved .pro.user / shared to repository
      Mobile and Embedded • share project settings • • iwlf

      3
      0
      Votes
      3
      Posts
      894
      Views

      aha_1980

      @iwlf As @LeLev said, the pro.user cannot be shared and should not be checked into version control systems.

    • R_Irudezu

      Unsolved How to divide a project? (For readability)
      General and Desktop • c++ qmainwindow project management • • R_Irudezu

      7
      0
      Votes
      7
      Posts
      1086
      Views

      fcarney

      Seperation of Concerns (SoC):
      https://en.wikipedia.org/wiki/Separation_of_concerns

      There are design approaches that go further, but SoC is a good place to start.

    • L

      Unsolved Qt Gui Text to ASCII art
      General and Desktop • text ascii help project • • Losnariu12

      3
      0
      Votes
      3
      Posts
      1356
      Views

      L

      @aha_1980 Thanks for the answer . I will try your sugestions and see how it goes. I've done all this text to ASCII in console codeblocks C++ but it seems that i need a gui to it. I am not as good in Class'es and things like that. I will try it anyways. An example could be more than good for one letter . i could do the rest alone :P . Have a good night

    • H

      [NEW] redshift-qt
      Announcements • project • • harogaston

      1
      1
      Votes
      1
      Posts
      809
      Views

      No one has replied

    • T

      Unsolved Create a custom component with QML and use it in a c++ project
      QML and Qt Quick • can bus gauge qml c++ qt project • • TMJJ

      3
      0
      Votes
      3
      Posts
      1312
      Views

      T

      Hi,

      Thanks for the quick answer. Now I understand I didn't asked my question correctly.
      I know it is possible to do this, but I actually want to combine a qml into my .ui widget.
      I finally found a tutorial for this (https://www.ics.com/blog/combining-qt-widgets-and-qml-qwidgetcreatewindowcontainer). It says it is only possible to do this from qt 5.0. For my embedded system I'm working with 4.7. So this isn't possible for me.

      Kind regards

    • Stefan Monov76

      Unsolved How to make Qt Creator use variables in the builddir path, so I can easily rename project?
      QML and Qt Quick • build path qtcreator project • • Stefan Monov76

      8
      0
      Votes
      8
      Posts
      5953
      Views

      kshegunov

      @Stefan-Monov76 said in How to make Qt Creator use variables in the builddir path, so I can easily rename project?:

      Thanks anyway

      You're welcome. Shadow building (option 1 from above) should work for you regardless.

    • A

      Unsolved Organising a QML project with a plugin and an app
      QML and Qt Quick • qml plugin project organization • • Acristal

      1
      0
      Votes
      1
      Posts
      573
      Views

      No one has replied

    • D

      Unsolved Files with the same prefix as target cpp file automatically get added to project?
      Tools • cmake project • • daviddoria

      1
      0
      Votes
      1
      Posts
      537
      Views

      No one has replied

    • kshegunov

      Solved Add QtGui private headers
      General and Desktop • qmake project private api • • kshegunov

      7
      0
      Votes
      7
      Posts
      8203
      Views

      VRonin

      Hopefully, once this ticket is closed, everything should be easier using CMake

    • M

      is using .qmake.cache file different from including a .pri file?
      General and Desktop • qmake qmake.cache qmake-qt5 buildsystem project • • markus.liebe

      2
      0
      Votes
      2
      Posts
      1256
      Views

      SGaist

      Hi,

      Did you follow that wiki article ?