Added list of constraints to the tables page.

Last column shows the full textual definition until I have decided on
a better way to visualize the details.
This commit is contained in:
eelke 2017-12-30 12:57:55 +01:00
parent 22db22c6b1
commit a99f059b70
27 changed files with 663 additions and 22 deletions

View file

@ -201,7 +201,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>24</height>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@ -217,6 +217,18 @@
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="styleSheet">
<string notr="true">QToolBar {
border-top: 1px solid rgb(192, 192, 192);
border-bottom: 1px solid rgb(192, 192, 192);
padding: 4px;
}
QToolButton {
border: none;
}</string>
</property>
<property name="movable">
<bool>false</bool>
</property>