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.
kmyfirewall/kmyfirewall/installer/kmfinstallerpluginui.rc

39 lines
1.1 KiB

<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kmfinstallerplugin" library="libkmfinstallerplugin" version="1">
<MenuBar>
<Menu name="file">
<Menu name="export_script_menu">
<Action name="generate_install_package"/>
</Menu>
</Menu>
<Menu name="run">
<Action name="run_firewall"/>
<Action name="reset_iptables"/>
<Separator lineSeparator="true"/>
<Action name="preview_script"/>
<Action name="show_menu"/>
<Separator lineSeparator="true"/>
<Action name="install_firewall"/>
<Action name="uninstall_firewall"/>
<Separator lineSeparator="true"/>
<!-- Action name="generate_install_package"/ -->
</Menu>
</MenuBar>
<ToolBar name="mainToolBar">
<Separator lineSeparator="true"/>
<Action name="run_firewall"/>
<Action name="reset_iptables"/>
<Separator lineSeparator="true"/>
<Action name="preview_script"/>
<Action name="show_menu"/>
<Separator lineSeparator="true"/>
<Action name="install_firewall"/>
<Action name="uninstall_firewall"/>
<Separator lineSeparator="true"/>
</ToolBar>
</kpartgui>