wip: fixed role setting
This commit is contained in:
parent
76d0afe672
commit
5b3b50a0d2
4 changed files with 64 additions and 49 deletions
|
|
@ -124,7 +124,7 @@ class EndpointWidget : public QWidget {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
EndpointWidget(uint64_t idx, EndpointHandler* eph, QWidget *parent = nullptr);
|
||||
EndpointWidget(EndpointHandler* eph, QWidget *parent = nullptr, uint64_t idx = INT_MAX);
|
||||
//QSize minimumSizeHint() const override;
|
||||
//void setMinimum(uint64_t height, double heightRatio);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue