Button naming consistency
This commit is contained in:
@@ -46,8 +46,8 @@ TargetRegistersPaneWidget::TargetRegistersPaneWidget(
|
|||||||
layout->addWidget(this->container);
|
layout->addWidget(this->container);
|
||||||
|
|
||||||
this->toolBar = this->container->findChild<QWidget*>("tool-bar");
|
this->toolBar = this->container->findChild<QWidget*>("tool-bar");
|
||||||
this->collapseAllButton = this->toolBar->findChild<SvgToolButton*>("collapse-all-button");
|
this->collapseAllButton = this->toolBar->findChild<SvgToolButton*>("collapse-all-btn");
|
||||||
this->expandAllButton = this->toolBar->findChild<SvgToolButton*>("expand-all-button");
|
this->expandAllButton = this->toolBar->findChild<SvgToolButton*>("expand-all-btn");
|
||||||
this->toolBar->layout()->setContentsMargins(5, 0, 5, 0);
|
this->toolBar->layout()->setContentsMargins(5, 0, 5, 0);
|
||||||
this->searchInput = this->container->findChild<QLineEdit*>("search-input");
|
this->searchInput = this->container->findChild<QLineEdit*>("search-input");
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="SvgToolButton" name="expand-all-button">
|
<widget class="SvgToolButton" name="expand-all-btn">
|
||||||
<property name="svgFilePath">
|
<property name="svgFilePath">
|
||||||
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/expand-all.svg</string>
|
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/expand-all.svg</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="SvgToolButton" name="collapse-all-button">
|
<widget class="SvgToolButton" name="collapse-all-btn">
|
||||||
<property name="svgFilePath">
|
<property name="svgFilePath">
|
||||||
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/collapse-all.svg</string>
|
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/collapse-all.svg</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user