Skip to content

Commit 1041f53

Browse files
committed
Buttons
1 parent 2c0538b commit 1041f53

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/Interface/Application/SubnetEditor.ui

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@
2323
<property name="spacing">
2424
<number>-1</number>
2525
</property>
26+
<item>
27+
<widget class="QPushButton" name="openAllPushButton_">
28+
<property name="maximumSize">
29+
<size>
30+
<width>220</width>
31+
<height>25</height>
32+
</size>
33+
</property>
34+
<property name="text">
35+
<string>Open all module UIs</string>
36+
</property>
37+
</widget>
38+
</item>
2639
<item>
2740
<widget class="QPushButton" name="expandPushButton_">
2841
<property name="maximumSize">

src/Interface/Application/Subnetworks.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ editor_(editor), name_(name), subnetModuleId_(subnetModuleId)
9595
subnetBar->addAction("hi");
9696
subnetBar->addAction("bye");
9797
vbox->setMenuBar(subnetBar);
98+
99+
saveAsTemplatePushButton_->hide();
98100
}
99101

100102
void SubnetworkEditor::expand()

0 commit comments

Comments
 (0)