Skip to content

give the statistics view a bit of margin#383

Open
toloudis wants to merge 1 commit into
mainfrom
fix/right-margin-statistics-view
Open

give the statistics view a bit of margin#383
toloudis wants to merge 1 commit into
mainfrom
fix/right-margin-statistics-view

Conversation

@toloudis

@toloudis toloudis commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

quick to review

addresses #178 Right padding missing

adds a wrapper widget and gives it a right margin of 8px !

@toloudis toloudis requested a review from a team as a code owner June 9, 2026 17:52
@toloudis toloudis requested review from ShrimpCryptid and rugeli and removed request for a team June 9, 2026 17:52

@rugeli rugeli left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!


QStatisticsDockWidget::QStatisticsDockWidget(QWidget* pParent)
: QDockWidget(pParent)
, m_MainWidget(this)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pure cpp/qt learning question, not blocking at all: why pass this as parent here, since setWidget()(L16) below should also make it a child?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants