DbViewer: added checkbox to enable Add for nodes not linked to graph

This commit is contained in:
matlabbe
2020-10-09 12:15:33 -04:00
parent 6d552b7873
commit d5572d03ad
3 changed files with 19 additions and 7 deletions

View File

@@ -61,7 +61,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>296</width>
<width>306</width>
<height>311</height>
</rect>
</property>
@@ -304,7 +304,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>296</width>
<width>306</width>
<height>311</height>
</rect>
</property>
@@ -826,7 +826,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>0</width>
<height>20</height>
</size>
</property>
@@ -1024,6 +1024,16 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_enableForAll">
<property name="toolTip">
<string>Enable &quot;Add&quot; for all nodes (even not in graph)</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_reject">
<property name="text">
@@ -1038,7 +1048,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>0</width>
<height>20</height>
</size>
</property>