Commit Graph
4 Commits
Author SHA1 Message Date
baldurk ca8cc98be6 Add RDLabel, an expanded QLabel 2016-10-04 19:54:25 +02:00
baldurk 7ec3049844 Rename LineEditFocusWidget to RDLineEdit
* It seems due to deficiencies in Qt's design, there will be a
  substantial need for these small custom subclasses just to add basic
  functionality that should have been present in the original. So we'll
  adopt a naming scheme of QFooBar -> RDFooBar for this 'almost the
  same widget' type subclassing, compared to more custom/changed ones.
2016-10-04 19:54:24 +02:00
baldurk 39cd42882b Add a ResourcePreview widget 2016-10-04 19:54:24 +02:00
baldurk 66bb732027 Add vcxproj for qrenderdoc to build locally without needing Qt SDK
* Currently non functional - relies on generated files in generated/
  and the relevant Qt headers/libraries under 3rdparty/Qt which won't be
  committed until qrenderdoc is added to the solution - not for a while.
2016-09-14 15:58:42 +02:00