青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品

posts - 319, comments - 22, trackbacks - 0, articles - 11
  C++博客 :: 首頁(yè) :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理



CoolReader Engine
http://sourceforge.net/projects/crengine/
CR3/Qt Images in FB2 book


qBittorrent
http://sourceforge.net/projects/qbittorrent/

Dropbox Plugin for Windows
http://sourceforge.net/projects/dropboxcopyplug/
Main Dialog
Usage


4chan Downloader
http://sourceforge.net/projects/fourchan-dl/
A tool to download images from 4chan threads. Automatic rescanning for new images is supported as well as simultaneous watching multiple threads. Since it is written in Qt/C++ it is available for Windows, Linux and Mac.
Available options (version 0.9.5)
Program running on Xubuntu 10.10

KShutdown
http://sourceforge.net/projects/kshutdown/
An Advanced Shut Down Utility for KDE/Linux/Windows. See "Home Page" for details.
Main window, system tray menu 

Black Chocobo
http://sourceforge.net/projects/blackchocobo/
Black Chocobo is a FF7 save game editor written in Qt. Available for Windows, Linux + Mac Os. A Full Featured Save Editor, Black Chocobo contains All The features you would expect and more.
0-Party Tab -  Char Stats
Slot Selection Dialog

dvbcut  
http://sourceforge.net/projects/dvbcut/
dvbcut is a Qt application that enables you to select frame-precise parts of an mpeg transport stream (as received from Digial Video Broadcasting) and save them as independent mpeg files.
dvbcut as of 14 Nov 2005
dvbcut's "display difference" feature


Qsynth
http://sourceforge.net/projects/qsynth/
Qsynth is a fluidsynth GUI front-end application, written in C++ around the Qt4 toolkit, using Qt Designer. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynths.


Ultimate Calc
Multitask scientific calculator. Supports plugins and scripts (in C++ and QtScript respectively) to provide different working modes and custom solving functions.
Formula calculator
Simple solve program


Conan for Qt
http://sourceforge.net/projects/conanforqt/
Conan - Connection analyzer for Qt is a C++ library that provides visual run-time introspection of QObject hierarchies, QObject inheritance, signal/slot connections, and signal emissions. Currently supports Qt 4.6.0 - Qt 4.7.2
Conan widget - Objects hierarchy
Signal spy output



SMPlayer
 

SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more.

posted @ 2011-04-08 20:16 RTY 閱讀(582) | 評(píng)論 (0)編輯 收藏

     摘要: 特殊技巧:1.使用start命令在命令行中打開(kāi)文件夾   如: C:\>start e:\mm2.使用cls命令清除命令3.進(jìn)入指定目錄 cmd命令可以帶參數(shù)/k執(zhí)行指定的命令,利用這個(gè)特性,可以在運(yùn)行欄執(zhí)行cmd命令時(shí)加上切換目錄的命令,就可以達(dá)到目的了,如:     cmd /k d:    &...  閱讀全文

posted @ 2011-04-07 21:00 RTY 閱讀(5067) | 評(píng)論 (0)編輯 收藏

最常用的是tab鍵,他會(huì)補(bǔ)全路徑,這個(gè)大家應(yīng)該都是到。

其次還有”Ctrl+←“鍵和“Ctrl+→”, 他們分別跳到前一個(gè)單詞和后一個(gè)單詞。

 

還有一組快捷鍵是這次新學(xué)到的:F1 - F9

F1: 功能相當(dāng)于“→”,對(duì)上一條命令進(jìn)行逐字打印。 輸入一條命令,回車(chē)執(zhí)行,再按F1變可看到效果

F2: 按下此鍵后,會(huì)在中間反白提示“輸入可復(fù)制的字符數(shù)量”,開(kāi)始看這句話真的沒(méi)看懂。

     網(wǎng)上搜到一條解釋是:

     “此時(shí)直接按下上次輸入命令中包含的字符(區(qū)別大小寫(xiě))后,命令提示符將自動(dòng)輸入到按鍵字符。”

     同樣是輸入一條命令,回車(chē)執(zhí)行,再按F2測(cè)試了一下才明白這其中意思。

     比如先運(yùn)行命令:cd "C:\Documents and Settings\Administrator"

     然后再輸入F2 A, 便會(huì)得到:“cd "C:\Documents and Settings\”

F3: 重復(fù)上一條命令
F4: 與F2相對(duì)應(yīng),按下會(huì)提示:提示“輸入可刪除的字符數(shù)量”。網(wǎng)上的一段總結(jié)是

      “刪除當(dāng)前光標(biāo)到符合條件的第一個(gè)字符的前一字符之間的字符串,

      如果按下的鍵不包含以前字符,則不進(jìn)行操作并關(guān)閉提示窗口。”

      關(guān)于對(duì)F2,F(xiàn)4的理解參照我后面的總結(jié)。

 

 

F5: 相當(dāng)于"↑", 在歷史記錄中逐條上查“前一條命令”
F6: 相當(dāng)于CTER+z“    如下“^Z”

 


F7: 反白顯示所有歷史記錄,配有編號(hào)。

     并支持使用每條命令的首字母進(jìn)行搜索、快速導(dǎo)航。

     這個(gè)功能有點(diǎn)像Explorer中可以“鍵入文件名進(jìn)行導(dǎo)航”的功能,區(qū)別是命令行中只支持首字母。
F8: 在命令行下可以輸入以下字符,此時(shí)按下F8快捷鍵,

     他會(huì)在歷史記錄中逐條上查“以剛才輸入那部分字符開(kāi)始的命令”

     所以當(dāng)什么都不輸入的時(shí)候,他的功能相當(dāng)于F5,

     但是如果你的歷史記錄中有這些記錄:

 

cd C:/A
dir
cd C:/B
cls
cd C:/C

 

    此時(shí)輸入CD,再按F8,便會(huì)依次定位到:cd C:/C, cd C:/B和cd C:/A,

F9: 輸入按下F7時(shí),顯示的歷史記錄的編號(hào),可以直接執(zhí)行該命令。

 

 

總結(jié):

F1-F4:

這一組快捷鍵配合”Ctrl+←“以及“Ctrl+→”使用。 可以實(shí)現(xiàn)對(duì)當(dāng)前命名的的快速編輯 功能。

其實(shí)F2更像vim中的fx命令,可以查找到該行的特定字符

     F4更像vim中的dfx命令,在fx定位后再配合一個(gè)d,刪除到該位置。

所以我現(xiàn)在習(xí)慣先用F3,或者F8調(diào)出我想要執(zhí)行的歷史命令。

然后對(duì)這條命令使用”Ctrl+←“,“Ctrl+→”,F(xiàn)2,F(xiàn)4進(jìn)行修改

 

F7,F8,F9:

這三個(gè)命令配合,可以最為bash中Ctrl+R的一個(gè)簡(jiǎn)單替代品。實(shí)現(xiàn)對(duì)歷史記錄中的命令進(jìn)行搜索 的功能。

我現(xiàn)在的習(xí)慣用法是:

或者,輸入命令的開(kāi)頭,再按F8定位,

或者,按F7,使用命令首字母定位(或者配合F9)。

posted @ 2011-04-07 20:53 RTY 閱讀(1214) | 評(píng)論 (0)編輯 收藏

這是非常有用的一句話技巧,面對(duì)復(fù)雜路徑更是有用。
按下shift和鼠標(biāo)右鍵,在文件夾的空白處,即可出現(xiàn)帶有“在此處打開(kāi)命令行窗口”的命令。
也可點(diǎn)在某個(gè)文件夾上,即可在此文件夾下打開(kāi)命令行窗口。

posted @ 2011-04-07 20:50 RTY 閱讀(8156) | 評(píng)論 (4)編輯 收藏

一、lupdate 的命令行參數(shù)說(shuō)明

 1 Usage:
 2     lupdate [options] [project-file]
 3     lupdate [options] [source-file|path|@lst-file] -ts ts-files|@lst-file
 4 
 5 lupdate is part of Qt's Linguist tool chain. It extracts translatable
 6 messages from Qt UI files, C++, Java and JavaScript/QtScript source code.
 7 Extracted messages are stored in textual translation source files (typically
 8 Qt TS XML). New and modified messages can be merged into existing TS files.
 9 
10 Options:
11     -help  Display this information and exit.
12     -no-obsolete
13            Drop all obsolete strings.
14     -extensions <ext>[,<ext>]
15            Process files with the given extensions only.
16            The extension list must be separated with commas, not with whitespace
17 .
18            Default: 'java,jui,ui,c,c++,cc,cpp,cxx,ch,h,h++,hh,hpp,hxx,js,qs,qml'
19 .
20     -pluralonly
21            Only include plural form messages.
22     -silent
23            Do not explain what is being done.
24     -no-sort
25            Do not sort contexts in TS files.
26     -no-recursive
27            Do not recursively scan the following directories.
28     -recursive
29            Recursively scan the following directories (default).
30     -I <includepath> or -I<includepath>
31            Additional location to look for include files.
32            May be specified multiple times.
33     -locations {absolute|relative|none}
34            Specify/override how source code references are saved in TS files.
35            Default is absolute.
36     -no-ui-lines
37            Do not record line numbers in references to UI files.
38     -disable-heuristic {sametext|similartext|number}
39            Disable the named merge heuristic. Can be specified multiple times.
40     -pro <filename>
41            Name of a .pro file. Useful for files with .pro file syntax but
42            different file suffix. Projects are recursed into and merged.
43     -source-language <language>[_<region>]
44            Specify the language of the source strings for new files.
45            Defaults to POSIX if not specified.
46     -target-language <language>[_<region>]
47            Specify the language of the translations for new files.
48            Guessed from the file name if not specified.
49     -ts <ts-file>
50            Specify the output file(s). This will override the TRANSLATIONS
51            and nullify the CODECFORTR from possibly specified project files.
52     -codecfortr <codec>
53            Specify the codec assumed for tr() calls. Effective only with -ts.
54     -version
55            Display the version of lupdate and exit.
56     @lst-file
57            Read additional file names (one per line) from lst-file.
58 


二、lrealease的命令行參數(shù)說(shuō)明

 1 Usage:
 2     lrelease [options] project-file
 3     lrelease [options] ts-files [-qm qm-file]
 4 
 5 lrelease is part of Qt's Linguist tool chain. It can be used as a
 6 stand-alone tool to convert XML-based translations files in the TS
 7 format into the 'compiled' QM format used by QTranslator objects.
 8 
 9 Options:
10     -help  Display this information and exit
11     -idbased
12            Use IDs instead of source strings for message keying
13     -compress
14            Compress the QM files
15     -nounfinished
16            Do not include unfinished translations
17     -removeidentical
18            If the translated text is the same as
19            the source text, do not include the message
20     -markuntranslated <prefix>
21            If a message has no real translation, use the source text
22            prefixed with the given string instead
23     -silent
24            Do not explain what is being done
25     -version
26            Display the version of lrelease and exit
27 


三、示例說(shuō)明
1. 提取aboutDialog.cpp欲翻譯的內(nèi)容到ts文件中

lupdate -codecfortr GB2312 aboutdialog.cpp -ts aboutdialog.ts

2.如何在程序中使用ts生成的qm文件,下面用硬代碼來(lái)解釋
 1 #include <QtGui>
 2 #include "mainwindow.h"
 3 
 4 int main(int argc, char *argv[])
 5 {
 6     QApplication app(argc, argv);
 7 
 8     QTranslator translator;
 9     bool b = false;
10     b = translator.load("aboutdialog.qm");
11     app.installTranslator(&translator);
12 
13 
14     MainWindow w;
15     w.show();
16 
17     return app.exec();
18 }
19 

3. 加載多個(gè)獨(dú)立的qm文件。一個(gè)QTranslator對(duì)象只有最后load的才算數(shù)!
    QTranslator translator;
    bool b = false;
    b = translator.load("aboutdialog.qm");
    b = translator.load("mainwindow.qm");
    app.installTranslator(&translator);
說(shuō)明:只有"mainwindow.qm" 文件被正常使用。

下面可以通過(guò)聲明兩個(gè)Translator對(duì)象進(jìn)行l(wèi)oad,然后安裝就可以分模塊使用了!
1     QTranslator translator1, translator2;
2     bool b = false;
3     b = translator1.load("aboutdialog.qm");
4     b = translator2.load("mainwindow.qm");
5     app.installTranslator(&translator1);
6     app.installTranslator(&translator2);

posted @ 2011-04-05 22:29 RTY 閱讀(5593) | 評(píng)論 (0)編輯 收藏

第一、出現(xiàn)此問(wèn)題需要下面條件:
1. 文本編碼使用GB2312(源代碼的文件編碼格式)
2. 使用tr() 函數(shù),加入開(kāi)發(fā)人員注釋
     如:
 this->setWindowTitle(tr("MyTestWindows","中文注釋"));
3. pro文件使用默認(rèn)設(shè)置
    無(wú)“CODECFORTR= ” 項(xiàng)

第二、參考官方文檔的說(shuō)明:
If your sources contain genuine non-Latin1 strings, lupdate needs to be told about it in the .pro file by using, for example, the following line:
CODECFORTR = UTF-8

其實(shí),這種要求經(jīng)過(guò)測(cè)試,發(fā)現(xiàn)是要求你的源代碼文件編碼格式必須是UTF-8
那么如何更合理的描述這個(gè)問(wèn)題的最終解決辦法呢?

第三、源文件編碼格式和pro文件中的CODECFORTR = 編碼格式要保持一致

也就是說(shuō),如果的你源文件編碼全是GB2312的,那么就需要在Pro文件中加入以下這一項(xiàng):
CODECFORTR = GB2312

posted @ 2011-04-05 11:06 RTY 閱讀(3303) | 評(píng)論 (0)編輯 收藏

NOTICE: You are eligible for a free upgrade to the latest version.

Your free upgrade may require a new code. Please enter your name and email address into the form below then click submit. You will receive your (new) registration details and download instructions via email after your eligibility is confirmed by our system.

Your current registration details are listed below:
Registration Name: Free User
Authorization Code: GJCKX-PGNKM-FUJTD-MWLAR-LEEGI-JHKJT-SKBEC-TOCVX

posted @ 2010-12-12 23:30 RTY 閱讀(246) | 評(píng)論 (0)編輯 收藏


QWidget *QWidget::window() const // 找到自己所屬的窗體
{
    QWidget *w = (QWidget *)this;
    QWidget *p = w->parentWidget();
    while (!w->isWindow() && p) {
        w = p;
        p = p->parentWidget();
    }
    return w;
}
inline bool QWidget::isWindow() const // 返回是否是窗體
{ return (windowType() & Qt::Window); }
QPoint QWidget::mapTo(QWidget * parent, const QPoint & pos) const  //坐標(biāo)映射
{
    QPoint p = pos;
    if (parent) {
        const QWidget * w = this;
        while (w != parent) {
            Q_ASSERT_X(w, "QWidget::mapTo(QWidget *parent, const QPoint &pos)",
                       "parent must be in parent hierarchy");
            p = w->mapToParent(p);
            w = w->parentWidget();
        }
    }
    return p;
}




posted @ 2010-12-06 22:40 RTY 閱讀(939) | 評(píng)論 (0)編輯 收藏

僅列出標(biāo)題
共31頁(yè): First 23 24 25 26 27 28 29 30 31 
青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            亚洲国产精品久久91精品| 91久久亚洲| 欧美中文字幕| 亚洲一区二区三区在线视频| 亚洲另类一区二区| 久久精品视频一| 香蕉久久夜色| 欧美性猛交xxxx乱大交退制版| 久久成人精品无人区| 久久久噜噜噜久久| 欧美一区激情| 国产精品国产a级| 久久精品人人做人人爽| 国产精品免费网站| 国产精品男gay被猛男狂揉视频| 玖玖玖免费嫩草在线影院一区| 午夜精品久久久久久| 欧美va亚洲va日韩∨a综合色| 久久午夜羞羞影院免费观看| 欧美日韩亚洲一区二区三区| 亚洲欧美另类久久久精品2019| 欧美视频官网| 亚洲高清中文字幕| 久久er99精品| 欧美视频一区二区三区…| 一级日韩一区在线观看| 国产一区二区中文| 国产精品综合视频| 欧美成人激情视频| 欧美精品性视频| 欧美日韩亚洲另类| 国产中文一区二区三区| 国内精品写真在线观看| 久久狠狠一本精品综合网| 亚洲激情第一区| 麻豆成人在线观看| 99re8这里有精品热视频免费| 亚洲视频精品| 欧美经典一区二区三区| 国产欧美一区二区精品性色| 亚洲三级免费| 久久视频一区| 欧美午夜视频一区二区| 女人香蕉久久**毛片精品| 99国产精品99久久久久久| 亚洲午夜电影在线观看| 蜜臀av性久久久久蜜臀aⅴ| 美女主播一区| 欧美日韩一区二| 国产精品人人爽人人做我的可爱| 亚洲国内精品| 国产伦精品一区二区三区免费迷 | 久久精品一区二区三区不卡牛牛| 欧美激情中文不卡| 在线观看视频欧美| 久久久精品久久久久| 亚洲欧美日韩精品综合在线观看| 欧美母乳在线| 99国产精品视频免费观看| 亚洲国产一区二区三区a毛片| 欧美一区二区在线免费观看| 一本色道久久综合狠狠躁篇怎么玩 | 欧美成人亚洲| 久久亚洲精品一区二区| 久久精品一区二区| 国产亚洲精品久久久久动| 欧美一区二区视频网站| 米奇777在线欧美播放| 亚洲欧美成人一区二区三区| 国产精品美女黄网| 国产一级揄自揄精品视频| 亚洲一区二区三区777| av成人老司机| 小嫩嫩精品导航| 六月天综合网| 欧美日韩一区二区免费在线观看| 欧美日韩一区二区国产| 国产私拍一区| 久久免费精品视频| 久热精品在线视频| 亚洲美女av在线播放| 亚洲综合激情| 免费h精品视频在线播放| 亚洲精品资源美女情侣酒店| 久久精品欧美| 亚洲国产高潮在线观看| 韩国女主播一区二区三区| 亚洲最新色图| 亚洲私人影院在线观看| 欧美性大战久久久久久久| 欧美久久久久免费| 亚洲欧美中文在线视频| 一区二区三区高清| 免费成人黄色av| 日韩一级免费| 亚洲精品在线免费| 久久国产加勒比精品无码| 欧美激情一区| 亚洲欧美一区二区原创| 久久精选视频| 国产精品进线69影院| 欧美在线视频观看| 亚洲欧美日韩在线高清直播| 美女国内精品自产拍在线播放| 欧美大片在线看免费观看| 亚洲欧美久久久| 噜噜噜91成人网| 欧美一区1区三区3区公司| 美国十次成人| 国产精品久久久久免费a∨大胸| 久久精品五月婷婷| 亚洲综合三区| 欧美色视频日本高清在线观看| 性欧美长视频| 欧美日韩国产一区二区三区地区| 久久精品系列| 欧美中文字幕在线播放| 国产精品久久二区二区| 一本大道久久a久久精品综合| 亚洲欧美韩国| 久久免费视频在线观看| 免费国产自线拍一欧美视频| 欧美日韩综合精品| 欧美国产激情| 久久亚洲私人国产精品va媚药| 国产欧美一级| 日韩亚洲欧美综合| 国产精品成人va在线观看| 欧美成人精品| 欧美福利小视频| 亚洲精品国产精品国自产观看 | 亚洲精品国产视频| 久久精品国产一区二区电影| 欧美一区二区高清| 国产精品r级在线| 亚洲精品视频中文字幕| 午夜国产精品视频| 午夜欧美理论片| 一本一本久久a久久精品综合麻豆 一本一本久久a久久精品牛牛影视 | 亚洲国产毛片完整版| 91久久精品一区| 国产精品电影在线观看| 亚洲日本精品国产第一区| 欧美在线免费视屏| 亚洲欧美日韩一区在线| 亚洲校园激情| 亚洲国产日韩美| 亚洲日韩第九十九页| 免费欧美在线视频| 欧美黄色成人网| 一区二区三区www| 亚洲一区高清| 亚洲第一福利在线观看| 久久久天天操| 亚洲韩国青草视频| 一本一本大道香蕉久在线精品| 亚洲欧美日韩一区在线| 久久九九全国免费精品观看| 久久精品国产一区二区电影| 久久在线观看视频| 欧美精品www在线观看| 欧美一区二区大片| 欧美高清视频www夜色资源网| 亚洲国产精品999| 久久资源av| 亚洲精品极品| 蜜桃精品一区二区三区| 免费观看在线综合色| 国产精品久久久久秋霞鲁丝| 亚洲欧美日韩精品一区二区| 美国十次了思思久久精品导航| 亚洲人成在线观看| 午夜激情一区| 精东粉嫩av免费一区二区三区| 国产一区二区三区无遮挡| 欧美在线免费一级片| 裸体一区二区三区| 国产精品国产三级国产普通话蜜臀| 老司机aⅴ在线精品导航| 欧美色图一区二区三区| 亚洲免费综合| 亚洲激情成人网| 久久久久久婷| 亚洲视频在线一区| 欧美xxxx在线观看| 美玉足脚交一区二区三区图片| 国产精品色午夜在线观看| 精品成人一区二区| 国产精品成人v| 日韩午夜在线电影| 亚洲国产毛片完整版| 欧美连裤袜在线视频| 久久久福利视频| 亚洲曰本av电影| 国产精品v日韩精品v欧美精品网站| 亚洲美女电影在线| 一区二区三区欧美亚洲| 欧美日本一区二区三区| 欧美激情亚洲自拍| 一区二区欧美日韩|