代码搜索:qgo
找到约 51 项符合「qgo」的源代码
代码结果 51
www.eeworm.com/read/376170/9327520
spec~ qgo.spec~
# This spec file was generated by KDevelop
# Please report any problem to KDevelop Team
# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/figh
www.eeworm.com/read/376170/9327533
desktop qgo.desktop
[Desktop Entry]
Encoding=UTF-8
Comment=qgo
Exec=qgo
Icon=/usr/share/qGo/pics/Bowl.png
MimeType=text/plain;text/sfg;Application
Name=qgo
GenericName=Go
Name[fr]=qgo
GenericName[ar]=??
GenericName[bg]=?
www.eeworm.com/read/376170/9327544
spec qgo.spec
# This spec file was generated by KDevelop
# Please report any problem to KDevelop Team
# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/figh
www.eeworm.com/read/376170/9327686
ico qgo.ico
www.eeworm.com/read/376170/9327710
png qgo.png
www.eeworm.com/read/376170/9327919
xpm qgo.xpm
/* XPM */
static const char * qgo_xpm[] = {
"32 32 201 2",
" c None",
". c #FFBA59",
"+ c #FFC365",
"@ c #EBAA41",
"# c #FFB241",
"$ c #F4AA3E",
"% c #C38832",
"& c #8E6324",
"* c #C38E44",
www.eeworm.com/read/376170/9327961
h qgo.h
/*
* qgo.h
*/
#ifndef QGO_H
#define QGO_H
#include "globals.h"
#include "mainwindow.h"
#include "setting.h"
#include "qobject.h"
#include "defines.h"
#include
#include "searchpath.h"
www.eeworm.com/read/376170/9327972
cpp qgo.cpp
/*
* qgo.cpp
*/
#include "qgo.h"
#include "helpviewer.h"
#include "board.h"
#include "mainwindow.h"
#include "setting.h"
#include "config.h"
#include
#include
#include
www.eeworm.com/read/376170/9328053