Grid painting
This commit is contained in:
parent
a9c7952f5c
commit
e24837649c
3 changed files with 92 additions and 2 deletions
|
|
@ -96,7 +96,11 @@
|
|||
<number>6</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QPlainTextEdit" name="textPreview"/>
|
||||
<widget class="QPlainTextEdit" name="textPreview">
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="layoutButtons">
|
||||
|
|
@ -395,6 +399,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonDeleteLine">
|
||||
<property name="text">
|
||||
<string>Delete selected line</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue