You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
611 B
25 lines
611 B
<!DOCTYPE kpartgui>
|
|
<kpartgui name="kexiquerypartinst" version="4">
|
|
|
|
<MenuBar>
|
|
<Menu name="view" noMerge="1">
|
|
<text>&View</text>
|
|
<Action name="querypart_view_toggle_history"/>
|
|
</Menu>
|
|
<Menu name="data">
|
|
<text>&Data</text>
|
|
<Action name="querypart_check_query"/>
|
|
<Action name="querypart_execute_query"/>
|
|
<Merge/>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
<ToolBar name="designToolBar" fullWidth="false" noMerge="0">
|
|
<text>Design</text>
|
|
<Action name="querypart_check_query"/>
|
|
<Action name="querypart_execute_query"/>
|
|
<Action name="querypart_view_toggle_history"/>
|
|
</ToolBar>
|
|
|
|
</kpartgui>
|