MCPcopy Create free account
hub / github.com/KDE/gwenview / KeyValueWidget

Method KeyValueWidget

app/infocontextmanageritem.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111public:
112 explicit KeyValueWidget(QWidget *parent = nullptr)
113 : QWidget(parent)
114 {
115 QSizePolicy policy(QSizePolicy::Preferred, QSizePolicy::Fixed);
116 policy.setHeightForWidth(true);
117 setSizePolicy(policy);
118 }
119 ~KeyValueWidget() override
120 {
121 qDeleteAll(mRows);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected