Changeset 3614 in ntrip
- Timestamp:
- Jan 22, 2012, 1:24:39 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnc.pro ¶
r3602 r3614 46 46 bnctides.h bncmap.h bncmapview.h bncantex.h \ 47 47 bncephuser.h bncoutf.h bncclockrinex.h bncsp3.h \ 48 bncbytescounter.h bncsslconfig.h 48 bncbytescounter.h bncsslconfig.h bncpostprocess.h \ 49 49 upload/bncrtnetdecoder.h upload/bncuploadcaster.h \ 50 50 upload/bncrtnetuploadcaster.h upload/bnccustomtrafo.h \ … … 78 78 bnctides.cpp bncmap.cpp bncmapview.cpp bncantex.cpp \ 79 79 bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp \ 80 bncbytescounter.cpp bncsslconfig.cpp 80 bncbytescounter.cpp bncsslconfig.cpp bncpostprocess.cpp \ 81 81 upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp \ 82 82 upload/bncrtnetuploadcaster.cpp upload/bnccustomtrafo.cpp \ -
TabularUnified trunk/BNC/bncwindow.cpp ¶
r3613 r3614 62 62 #include "upload/bncephuploadcaster.h" 63 63 #include "qtfilechooser.h" 64 #include "bncpostprocess.h" 64 65 65 66 using namespace std; … … 2238 2239 enableWidget(true, _postProgressLabel); 2239 2240 enableWidget(true, _postProgressBar); 2240 //// beg test 2241 for (int ii = 0; ii <= 10000; ++ii) {2242 _postProgressBar->setValue(ii/100); 2243 }2244 //// end test 2241 2242 t_postInput input; 2243 2244 QFuture<void> future = QtConcurrent::run(postProcessing, input); 2245 2245 2246 enableWidget(false, _postProgressLabel); 2246 2247 enableWidget(false, _postProgressBar);
Note:
See TracChangeset
for help on using the changeset viewer.