valkyrie_options_page.h
来自「Linux平台下的内核及程序调试器」· C头文件 代码 · 共 35 行
H
35 行
/* ---------------------------------------------------------------------- * Definition of ValkyrieOptionsPage valkyrie_options_page.h * Subclass of OptionsPage to hold valkyrie-specific options | flags * ---------------------------------------------------------------------- * This file is part of Valkyrie, a front-end for Valgrind * Copyright (c) 2000-2006, OpenWorks LLP <info@open-works.co.uk> * This program is released under the terms of the GNU GPL v.2 * See the file LICENSE.GPL for the full license details. */#ifndef __VALKYRIE_OPTIONS_PAGE_H#define __VALKYRIE_OPTIONS_PAGE_H#include "options_page.h"class ValkyrieOptionsPage : public OptionsPage{ Q_OBJECTpublic: ValkyrieOptionsPage( QWidget* parent, VkObject* obj ); void applyOption( int optId );private slots: void chooseGenFont(); void chooseToolFont(); void getEditor(); void getBinary(); void getBrowser(); void getVgExec();};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?