2014年1月15日

使用C++编写的一个Find(查找)对话框例子

摘要: //findDialog.h 头文件 1 //finddialog.h 2 #ifndef FINDDIALOG_H 3 #define FINDDIALOG_H 4 5 #include 6 7 class QCheckBox; 8 class QLabel; 9 class QLineEdit;10 class QPushButton;11 12 13 class FindDialog : public QDialog14 {15 Q_OBJECT16 17 public:18 FindDialog(QWidget *parent = 0);19 signals:20... 阅读全文

posted @ 2014-01-15 09:47 Sam.Richard 阅读(1268) 评论(0) 推荐(0) 编辑

如何让Fedora能够打开RAR文件

摘要: Fedora默认情况下不支持RAR文件的,那么你要打开RAR文件就必须安装相关的软件。下载RAR 3.71 for Linux这个文件:http://pan.baidu.com/s/1GgZQA文件大小759K,解压之后大小1.5M然后:[root@localhost rar]# cd ~/rar[root@localhost rar]# makemkdir -p /usr/local/binmkdir -p /usr/local/libcp rar unrar /usr/local/bincp rarfiles.lst /etccp default.sfx /usr/local/lib[ro 阅读全文

posted @ 2014-01-15 09:38 Sam.Richard 阅读(207) 评论(0) 推荐(0) 编辑

导航