Chocobo1
|
16a76eee9f
|
Add final specifier to GUI classes
Follow up d3d3f7dbb3 .
|
2020-04-19 10:59:59 +08:00 |
|
thalieht
|
9995967fbf
|
Remove some unused #include
|
2019-06-04 17:48:55 +03:00 |
|
Chocobo1
|
5e3fddf456
|
Replace QScopedPointer with std::unqiue_ptr
These 2 types are very similar and we should prefer the one from C++
standard library, this reduces the number of types in our code base.
Also see:
https://stackoverflow.com/questions/40346393/should-i-use-qscopedpointer-or-stdunique-ptr#comment67966940_40346991
|
2019-02-18 16:06:40 +08:00 |
|
thalieht
|
4022799881
|
Fix coding style
|
2018-06-12 07:17:05 +03:00 |
|
Eugene Shalygin
|
e4771ba508
|
Add maxVisibleItems combo box property to FileSystemPathComboEdit.
|
2017-10-24 12:56:04 +02:00 |
|
Eugene Shalygin
|
30081e0356
|
Add widget for editing filesystem paths
|
2017-05-08 10:08:29 +02:00 |
|