About 406,000 results
Open links in new tab
  1. GitHub - Skycoder42/QPathEdit: A Qt-Widget to get local file

    The QPathEdit class was designed to provide a widget that allows the user to easily enter or select a local file or directory path. The widget comes with a plugin for QtCreator. Details

  2. How can I set the path + filename in Qt Designer's property box?

    Nov 20, 2009 · I sucessfully added a QLabel widget into the FormWindow and set a pixmap in code, but when examine the property box the pixmap filepath field was empty even if the image did get loaded properly. The QPixmap struct has no members holding the path, so this info must be somewhere in the Property Box.

  3. c++ - Qt: add a file selection field on the form (QLineEdit and …

    May 30, 2014 · I expected in Qt Designer some widget like QFileSelect, or something like that, but found nothing similar. Should I implement it by hand? Or, what is the correct way to do this?

  4. Using Custom Widgets with Qt Widgets Designer

    Qt Widgets Designer can display custom widgets through its extensible plugin mechanism, allowing the range of designable widgets to be extended by the user and third parties. Alternatively, it is possible to use existing widgets as placeholders for …

  5. qt - How to make "Browse for folder" dialog? - Stack Overflow

    Jan 22, 2015 · Try this one: QFileDialog::getExistingDirectory() Both static methods open File selector in directory selection mode. If you don't like the look-n-feel of the opened dialog, you'll need to implement your own. By default Qt tries to open native one if possible, which should work in 99.9% of cases. You didn't read my post, right?

  6. Qt Widgets Designer Manual

    Qt Widgets Designer is the Qt tool for designing and building graphical user interfaces (GUIs) with Qt Widgets. For user interface design with Qt Quick, see Qt Design Studio. You can compose and customize your windows or dialogs in a what-you-see-is-what-you-get (WYSIWYG) manner, and test them using different styles and resolutions.

    Missing:

    • File Path

    Must include:

  7. Using a Designer UI File in Your C++ Application - Qt

    You create user interface components with Qt Widgets Designer and use Qt's integrated build tools, qmake and uic, to generate code for them when the application is built. The generated code contains the form's user interface object.

  8. vscode 安装qt ui, qt widgets designer - CSDN博客

    Sep 24, 2024 · 安装Qt UI插件,可在vscode中使用qt widgets designer设计ui界面. 配置qt widgets designer路径. 打开 ui文件. 点击按钮即可打开ui designer. vscode + qt 安装配置参考: https://blog.csdn.net/qq_44002418/article/details/131724795

  9. PySide6 Designer Custom Widget Directory Structure - Qt Forum

    Jul 24, 2024 · Do the files all have to be in the same directory? The solution I found was to add the path to the various other files in the register*.py file. So something like sys.path.append ("/path/to/necessary/dirs") so that the python files could be importable. You can also rely on the PYSIDE_DESIGNER_PLUGINS variable to point where the plugin is?

  10. How to create custom widget to use in designer | Qt Forum

    Jul 6, 2019 · TARGET = $$qtLibraryTarget($$TARGET) target.path = $$[QT_INSTALL_PLUGINS]/designer INSTALLS += target If it copies to the wrong path and you need to copy manually. can it be adjusted to copy to the creator paths? The Icon Editor is a example from the Book C++ Gui Programming with QT4.

  11. Some results have been removed
Refresh