[assistant-stock-transaction] refactor using MVC

pull/1442/head
Christopher Lam 4 years ago committed by John Ralls
parent 9b95419608
commit f36e5d56ed

File diff suppressed because it is too large Load Diff

@ -15,6 +15,7 @@
<child name="open-save" schema="org.gnucash.GnuCash.dialogs.open-save"/>
<child name="report" schema="org.gnucash.GnuCash.dialogs.report"/>
<child name="report-saved-configs" schema="org.gnucash.GnuCash.dialogs.report-saved-configs"/>
<child name="stock-assistant" schema="org.gnucash.GnuCash.dialogs.stock-assistant"/>
<child name="lot-viewer" schema="org.gnucash.GnuCash.dialogs.lot-viewer"/>
<child name="new-user" schema="org.gnucash.GnuCash.dialogs.new-user"/>
<child name="new-hierarchy" schema="org.gnucash.GnuCash.dialogs.new-hierarchy"/>
@ -178,6 +179,16 @@
</key>
</schema>
<schema id="org.gnucash.GnuCash.dialogs.stock-assistant" path="/org/gnucash/GnuCash/dialogs/stock-assistant/">
<key name="last-geometry" type="(iiii)">
<default>(-1,-1,-1,-1)</default>
<summary>Last window position and size</summary>
<description>This setting describes the size and position of the window when it was last closed.
The numbers are the X and Y coordinates of the top left corner of the window
followed by the width and height of the window.</description>
</key>
</schema>
<schema id="org.gnucash.GnuCash.dialogs.lot-viewer" path="/org/gnucash/GnuCash/dialogs/lot-viewer/">
<key name="hpane-position" type="i">
<default>200</default>

Loading…
Cancel
Save