Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • #Start the evnt loop ...
    1 KB (155 words) - 20:54, 29 June 2011
  • This can also be done synchronously by running an event loop in the background - ...
    2 KB (303 words) - 12:34, 9 February 2018
  • This can also be done synchronously by running an event loop in the background - ...
    2 KB (304 words) - 14:11, 11 December 2012
  • ...4/qapplication.html QApplication.exec_()] to start the application's event loop. That's all! ...
    2 KB (349 words) - 21:01, 10 March 2016
  • ...main is to create a Browser instance and hold it open while the KDE event loop is running (i.e. the KDE program is ready). ...
    3 KB (459 words) - 12:42, 31 May 2019
  • #Start the evnt loop #Start the evnt loop ...
    8 KB (1,223 words) - 13:44, 31 May 2019
  • ...plication.html#exec QApplication::exec()] to start the application's event loop. That's all! ...
    3 KB (512 words) - 21:01, 10 March 2016
  • ...unnecessary creation of the temporary <tt>end()</tt> return object on each loop iteration, largely speeding it up. '''take care when erasing elements inside a loop''' ...
    18 KB (2,505 words) - 15:58, 14 July 2012
  • ...essing mechanisms, so make sure that you regularly return to the X11 event loop to make the animation not look ugly. The simplest way to display a QMovie, ...the event loop). When the last frame in the movie has been played, it may loop back to the start if such looping is defined in the input source. ...
    9 KB (1,488 words) - 20:49, 29 June 2011
  • ...he temporary <tt>end()</tt> (or <tt>constEnd()</tt>) return object on each loop iteration, largely speeding it up. ====Take care when erasing elements inside a loop==== ...
    21 KB (3,333 words) - 07:31, 26 October 2019
  • ...he temporary <tt>end()</tt> (or <tt>constEnd()</tt>) return object on each loop iteration, largely speeding it up. ====Take care when erasing elements inside a loop==== ...
    22 KB (3,287 words) - 17:33, 27 October 2019
  • ...so far. Now when it comes to inserting lots of items at once (e.g. using a loop) I've seen people playing around with timers and other paint optimizations ...epaint for each new inserted item, but it will only do a repaint after the loop terminated. So inserting will not flicker or be slow. The same applies for ...
    9 KB (1,562 words) - 20:49, 29 June 2011
  • // next time we enter the event loop... ...
    5 KB (723 words) - 23:27, 11 September 2014
  • ...'' loop, nothing is affected because g_chunk_offset is not used before the loop ***the ''while(g_chunk_offset < mIndexLength)'' loop is replaced by ''for ( g_chunk_offset = 0; g_chunk_offset < mIndexLength; g ...
    14 KB (1,942 words) - 13:45, 11 March 2016
  • ...rno temporário <tt>end()</tt> (ou <tt>constEnd()</tt>) em cada iteração de loop, acelerando-a bastante. ==== Tenha cuidado ao apagar elementos dentro de um loop ==== ...
    23 KB (3,612 words) - 17:35, 22 April 2020
  • * Problem: how much would extra conversion instructions/extra spin around the loop cost? ...
    4 KB (696 words) - 00:52, 29 January 2008
  • ...> entries, we create a new element (line 36) for each of the holidays in a loop. The parent of all these elements is the holiday set element. After line 36 // Way 1: Loop through all child nodes with a given tag name. ...
    42 KB (6,373 words) - 20:56, 29 June 2011
  • ...termediate step at best, the potential re-entrancy due to the nested event loop can lead to hard to debug problems.}} ...
    7 KB (969 words) - 12:01, 31 May 2019
  • done integrated with the Qt event loop. job, it is put in a queue. When the application goes back to the event loop, ...
    22 KB (3,640 words) - 20:49, 29 June 2011
  • // next time we enter the event loop... ...
    9 KB (1,200 words) - 21:12, 12 August 2021
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)