0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 00:33:02 +03:00

Esc close the preview window

This commit is contained in:
Arin Alexander 2017-02-21 18:36:30 +03:00
parent bf81d3f98c
commit 28c8ae66e1
2 changed files with 4 additions and 2 deletions

View File

@ -98,7 +98,6 @@ private slots:
void slotScalePercentChanged(int percent);
void on_actionShowMessages_toggled(bool value);
void on_actionShow_Toolbar_triggered();
private:
ItemsReaderIntf* reader();
void initPercentCombobox();

View File

@ -35,7 +35,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>20</height>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuView">
@ -158,6 +158,9 @@
<property name="toolTip">
<string>Close Preview</string>
</property>
<property name="shortcut">
<string>Esc</string>
</property>
</action>
<action name="actionEdit_Mode">
<property name="checkable">