Move KCM to UI file
ClosedPublic

Authored by gladhorn on Jul 10 2018, 8:55 AM.

Details

Summary

This fixes the size policy, the only element we want expanding is the
preview area on top, everything else should be layouted with preferred
size.

Diff Detail

Repository
R104 KScreen
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
gladhorn created this revision.Jul 10 2018, 8:55 AM
Restricted Application added a project: Plasma. · View Herald TranscriptJul 10 2018, 8:55 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
gladhorn requested review of this revision.Jul 10 2018, 8:55 AM
gladhorn added a reviewer: sebas.
gladhorn updated this revision to Diff 37501.Jul 10 2018, 11:56 AM

Fixed stretch for unified outputs

If we're going to do any UI porting, how about to QML instead? That's the future.

Sure, but let's get there step by step. In general this needs some un-tangling of functionality and UI first.

OK, no problem. :)

davidedmundson accepted this revision.Jul 11 2018, 1:09 PM
This revision is now accepted and ready to land.Jul 11 2018, 1:09 PM
zzag added a subscriber: zzag.Jul 11 2018, 3:30 PM
zzag added inline comments.
kcm/src/widget.h
46–48

Coding style nitpick:

namespace Ui
{
class KScreenWidget;
}
97

Naming nitpick: mUi

This revision was automatically updated to reflect the committed changes.