91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.86M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-01
  • 標(biāo)簽: c++??GUI??Qt??

資源簡(jiǎn)介


資源截圖

代碼片段和文件信息

import?com.trolltech.qt.core.*;
import?com.trolltech.qt.gui.*;

public?class?FindDialog?extends?QDialog?{
????public?Signal2?findNext?=
????????????new?Signal2();

????public?Signal2?findPrevious?=
????????????new?Signal2();

????public?FindDialog(QWidget?parent)?{
????????super(parent);

????????label?=?new?QLabel(tr(“Find?&what:“));
????????lineEdit?=?new?QLineEdit();
????????label.setBuddy(lineEdit);

????????caseCheckBox?=?new?QCheckBox(tr(“Match?&case“));
????????backwardCheckBox?=?new?QCheckBox(tr(“Search?&backward“));

????????findButton?=?new?QPushButton(tr(“&Find“));
????????findButton.setDefault(true);
????????findButton.setEnabled(false);

????????closeButton?=?new?QPushButton(tr(“Close“));

????????lineEdit.textChanged.connect(this?“enableFindButton(String)“);
????????findButton.clicked.connect(this?“findClicked()“);
????????closeButton.clicked.connect(this?“re

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2008-01-09?08:43??qt-book\
?????目錄???????????0??2008-01-09?08:43??qt-book\appendixC\
?????目錄???????????0??2008-01-09?08:43??qt-book\appendixC\jambiplotter2\
?????文件????????1101??2008-01-09?08:43??qt-book\appendixC\jambiplotter2\JambiPlotter.java
?????文件?????????500??2008-01-09?08:43??qt-book\appendixC\jambiplotter2\jambiplotter.pro
?????文件??????????50??2008-01-09?08:43??qt-book\appendixC\jambiplotter2\jambiplotter.h
?????文件?????????898??2008-01-09?08:43??qt-book\appendixC\jambiplotter2\jambiplotter.xml
?????目錄???????????0??2008-01-09?08:43??qt-book\appendixC\jambigotocell\
?????文件?????????910??2008-01-09?08:43??qt-book\appendixC\jambigotocell\GoToCellDialog.java
?????文件????????2306??2008-01-09?08:43??qt-book\appendixC\jambigotocell\GoToCellDialog.jui
?????目錄???????????0??2008-01-09?08:43??qt-book\appendixC\plotter\
?????目錄???????????0??2008-01-09?08:43??qt-book\appendixC\plotter\images\
?????文件?????????936??2008-01-09?08:43??qt-book\appendixC\plotter\images\zoomin.png
?????文件?????????955??2008-01-09?08:43??qt-book\appendixC\plotter\images\zoomout.png
?????文件?????????134??2008-01-09?08:43??qt-book\appendixC\plotter\plotter.qrc
?????文件??????759528??2008-01-09?08:43??qt-book\appendixC\plotter\in1.txt
?????文件?????????129??2008-01-09?08:43??qt-book\appendixC\plotter\plotter.pro
?????文件????????1634??2008-01-09?08:43??qt-book\appendixC\plotter\plotter.h
?????文件????????9747??2008-01-09?08:43??qt-book\appendixC\plotter\plotter.cpp
?????目錄???????????0??2008-01-09?08:43??qt-book\appendixC\jambifind\
?????文件????????2677??2008-01-09?08:43??qt-book\appendixC\jambifind\FindDialog.java
?????目錄???????????0??2008-01-09?08:43??qt-book\appendixC\jambiplotter1\
?????文件????????1121??2008-01-09?08:43??qt-book\appendixC\jambiplotter1\JambiPlotter.java
?????文件?????????515??2008-01-09?08:43??qt-book\appendixC\jambiplotter1\jambiplotter.pro
?????文件??????????50??2008-01-09?08:43??qt-book\appendixC\jambiplotter1\jambiplotter.h
?????文件?????????400??2008-01-09?08:43??qt-book\appendixC\jambiplotter1\jambiplotter.xml
?????目錄???????????0??2008-01-09?08:43??qt-book\chap23\
?????目錄???????????0??2008-01-09?08:43??qt-book\chap23\bouncer\
?????文件????????1335??2008-01-09?08:43??qt-book\chap23\bouncer\demo.html
?????文件?????????270??2008-01-09?08:43??qt-book\chap23\bouncer\bouncer.pro
?????文件?????????832??2008-01-09?08:43??qt-book\chap23\bouncer\objectsafetyimpl.cpp
............此處省略612個(gè)文件信息

評(píng)論

共有 條評(píng)論