Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/616f479c45e367588d1ef38188e57fb3 to your computer and use it in GitHub Desktop.
Save r-ryantm/616f479c45e367588d1ef38188e57fb3 to your computer and use it in GitHub Desktop.
/nix/store/8z8vjlsh7g779k9pcv3cwwnffwmp6mc3-qtutilities-6.0.4
├── include
│   └── qtutilities
│   ├── aboutdialog
│   │   └── aboutdialog.h
│   ├── enterpassworddialog
│   │   └── enterpassworddialog.h
│   ├── global.h
│   ├── misc
│   │   ├── adoptlocker.h
│   │   ├── conversion.h
│   │   ├── dbusnotification.h
│   │   ├── desktoputils.h
│   │   ├── dialogutils.h
│   │   ├── recentmenumanager.h
│   │   ├── trylocker.h
│   │   ├── undefxmlparsermacros.h
│   │   └── xmlparsermacros.h
│   ├── models
│   │   └── checklistmodel.h
│   ├── paletteeditor
│   │   ├── colorbutton.h
│   │   └── paletteeditor.h
│   ├── resources
│   │   ├── importplugin.h
│   │   ├── qtconfigarguments.h
│   │   └── resources.h
│   ├── settingsdialog
│   │   ├── optioncategoryfiltermodel.h
│   │   ├── optioncategory.h
│   │   ├── optioncategorymodel.h
│   │   ├── optionpage.h
│   │   ├── qtsettings.h
│   │   └── settingsdialog.h
│   ├── version.h
│   └── widgets
│   ├── buttonoverlay.h
│   ├── clearcombobox.h
│   ├── clearlineedit.h
│   ├── clearplaintextedit.h
│   ├── clearspinbox.h
│   ├── iconbutton.h
│   └── pathselection.h
├── lib
│   ├── libqtutilities.a
│   └── pkgconfig
│   └── qtutilities.pc
└── share
└── qtutilities
├── cmake
│   ├── modules
│   │   ├── AndroidApk.cmake
│   │   ├── QtConfig.cmake
│   │   ├── QtGuiConfig.cmake
│   │   ├── QtJsProviderConfig.cmake
│   │   ├── QtLinkage.cmake
│   │   └── QtWebViewProviderConfig.cmake
│   ├── qtutilitiesConfig.cmake
│   ├── qtutilitiesConfigVersion.cmake
│   ├── qtutilitiesTargets.cmake
│   ├── qtutilitiesTargets-release.cmake
│   └── templates
│   ├── jsdefs.h.in
│   ├── jsincludes.h.in
│   ├── qtconfig.h.in
│   ├── webviewdefs.h.in
│   └── webviewincludes.h.in
└── translations
├── qtutilities_de_DE.qm
└── qtutilities_en_US.qm
18 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment