Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 15, 2019 03:16
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 ryantm/850f70f3e61a9a04f032b1d7aaa6557f to your computer and use it in GitHub Desktop.
Save ryantm/850f70f3e61a9a04f032b1d7aaa6557f to your computer and use it in GitHub Desktop.
/nix/store/l3p6bkpvy3wa34i13pqa8nv6vj2vv26c-kproperty-3.2.0
├── include
│   ├── KPropertyCore3
│   │   ├── config-kproperty.h
│   │   ├── KProperty
│   │   ├── KPropertyComposedUrl
│   │   ├── KPropertyComposedUrl.h
│   │   ├── kpropertycore_export.h
│   │   ├── KPropertyFactory
│   │   ├── KPropertyFactory.h
│   │   ├── KProperty.h
│   │   ├── KPropertyListData
│   │   ├── KPropertyListData.h
│   │   ├── KPropertySet
│   │   ├── KPropertySetBuffer
│   │   ├── KPropertySetBuffer.h
│   │   ├── KPropertySet.h
│   │   └── kproperty_version.h
│   └── KPropertyWidgets3
│   ├── BoolEdit
│   ├── booledit.h
│   ├── ColorEdit
│   ├── coloredit.h
│   ├── ComboBox
│   ├── combobox.h
│   ├── CursorEdit
│   ├── cursoredit.h
│   ├── DateEdit
│   ├── dateedit.h
│   ├── DateTimeEdit
│   ├── datetimeedit.h
│   ├── FontEdit
│   ├── fontedit.h
│   ├── KPropertyEditorItemEvent
│   ├── KPropertyEditorItemEvent.h
│   ├── KPropertyEditorView
│   ├── KPropertyEditorView.h
│   ├── KPropertyGenericSelectionEditor
│   ├── KPropertyGenericSelectionEditor.h
│   ├── KPropertyMultiLineStringEditor
│   ├── KPropertyMultiLineStringEditor.h
│   ├── KPropertyRectFEditor
│   ├── KPropertyRectFEditor.h
│   ├── KPropertyStringEditor
│   ├── KPropertyStringEditor.h
│   ├── KPropertyUrlEditor
│   ├── KPropertyUrlEditor.h
│   ├── KPropertyUtils
│   ├── KPropertyUtils.h
│   ├── kpropertywidgets_export.h
│   ├── KPropertyWidgetsFactory
│   ├── KPropertyWidgetsFactory.h
│   ├── KPropertyWidgetsPluginManager
│   ├── KPropertyWidgetsPluginManager.h
│   ├── LineStyleEdit
│   ├── linestyleedit.h
│   ├── PixmapEdit
│   ├── pixmapedit.h
│   ├── PointEdit
│   ├── pointedit.h
│   ├── RectEdit
│   ├── rectedit.h
│   ├── SizeEdit
│   ├── sizeedit.h
│   ├── SizePolicyEdit
│   ├── sizepolicyedit.h
│   ├── SpinBox
│   ├── spinbox.h
│   ├── TimeEdit
│   ├── timeedit.h
│   ├── Utils
│   └── utils.h
├── lib
│   ├── cmake
│   │   ├── KPropertyCore3
│   │   │   ├── KPropertyCoreConfig.cmake
│   │   │   ├── KPropertyCoreConfigVersion.cmake
│   │   │   ├── KPropertyCoreQCHTargets.cmake
│   │   │   ├── KPropertyCoreTargets.cmake
│   │   │   └── KPropertyCoreTargets-release.cmake
│   │   └── KPropertyWidgets3
│   │   ├── KPropertyWidgetsConfig.cmake
│   │   ├── KPropertyWidgetsConfigVersion.cmake
│   │   ├── KPropertyWidgetsQCHTargets.cmake
│   │   ├── KPropertyWidgetsTargets.cmake
│   │   └── KPropertyWidgetsTargets-release.cmake
│   ├── libKPropertyCore3.so -> libKPropertyCore3.so.4
│   ├── libKPropertyCore3.so.4 -> libKPropertyCore3.so.4.2.0
│   ├── libKPropertyCore3.so.4.2.0
│   ├── libKPropertyWidgets3.so -> libKPropertyWidgets3.so.4
│   ├── libKPropertyWidgets3.so.4 -> libKPropertyWidgets3.so.4.2.0
│   ├── libKPropertyWidgets3.so.4.2.0
│   └── pkgconfig
│   ├── KPropertyCore3.pc
│   └── KPropertyWidgets3.pc
├── nix-support
│   ├── propagated-build-inputs
│   └── propagated-user-env-packages
└── share
├── kproperty3
│   └── icons
│   └── kproperty_breeze.rcc
└── locale
├── ast
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── ca
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── ca@valencia
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── cs
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── de
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── en_GB
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── es
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── fi
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── fr
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── gl
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── ia
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── it
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── ja
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── ko
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── lt
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── nl
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── nn
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── pl
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── pt
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── pt_BR
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── ru
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── sk
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── sv
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── tr
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── uk
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
├── zh_CN
│   └── LC_MESSAGES
│   ├── kpropertycore_qt.qm
│   └── kpropertywidgets_qt.qm
└── zh_TW
└── LC_MESSAGES
├── kpropertycore_qt.qm
└── kpropertywidgets_qt.qm
67 directories, 143 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment