PDA

View Full Version : Qt Programming



Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 [80] 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150

  1. unknown error reading svg file
  2. adding slots in console app
  3. QTextEdit save as RichText width Images
  4. Debugging start up
  5. QMainWindow not receiving DragEnter events originating from a different application
  6. QMainWindow central widget minimum size
  7. Problems starting a QtService using QtServiceController
  8. how to get the position of mouse click on a label
  9. How to make a mask with QImage?
  10. How to re-scale or changing the size of a QGrapicsScene
  11. System Error in Python embeded script
  12. how to compare a Qstring with a constant char*
  13. QtcpSocket read behavior
  14. QTableView with QSqlTableModel - change widget for edit data
  15. Qt Oracle Database Failure...
  16. how to make qtoolbox automatically extend by moving the mouse on the tab?
  17. how to forse QTableWidget to update whole row, when any item changed.
  18. how to set Cursor with ms excel cursor like style?
  19. Help on QRegExp please
  20. QTAudioOutput example question
  21. QSettings beginReadarray not returning the exact size.
  22. Can't disable a QAction in QMenu
  23. Localizing built-in GUI
  24. Add close button in In Combobox item.
  25. How does QLocale::toString(double i, char f, int prec) round?
  26. QLabel background color doesn't work in toolbars
  27. Delegate doesn't paint properly
  28. using Cg toolkit in Qt?
  29. Signals not working in a QThread
  30. Qt4 QPSQL QSqlQuery::lastInsertId oid problem
  31. Artificial mouse events
  32. Sending events for other application
  33. How to enlarge the grap mouse selection
  34. How to detect shadow building in qmake?
  35. memory corruption
  36. QT + Sqlite not working
  37. New Line in textBrowser
  38. Detection a removal of a folder from usb-stick
  39. disabling multiple selection of items in graphicsscene/view
  40. Scrollbars not showing up on QScrollArea with a custom Widget
  41. Capturing Web page snapshot and session management
  42. QProgressBar: Start from mid.
  43. OnDestroy Related
  44. QMenu without shadow
  45. Setting Custom defined classes to QVariant
  46. xp deployment error
  47. DashLine drawing poor performance
  48. PyQt QImage and BMP in 16bits 565 created from The Gimp
  49. [SOLVED] Two signals emitted, only one slot called!
  50. QTimer in QThread - Seem to be always 5 seconds
  51. matherr
  52. paintEvent() not received for QTableview and QTableWidget
  53. conversion from bytearray to int produce zero
  54. QtTreePropertyBrowser Not Obeying Stylesheet
  55. QTabWidget West and horizontal text
  56. Flash plugin for QWebview in Symbian
  57. Remove the Margins
  58. Can you send a signal from a static callback function?
  59. how to resize an image from URL according to the size of the widget on which it lies
  60. Error when debugging with Qt creator
  61. Setting all QGridLayout columns to have the same width
  62. QRadialGradient on Ellipse
  63. CustomListWidgetItem setData -> call itemUpdated signal
  64. QTextBrowser font-size stylesheet doesn't work all the time
  65. Problems creating graphics editor with qt 4.6 for windows
  66. Compile on simulator but not on Symbian
  67. Question about setPaperSource
  68. Phonon::AudioOutput changes UI?
  69. Focus Frame only visible on MacOS X
  70. Tricky graphic effect
  71. OpenGL and QPainter
  72. Phonon linking problem
  73. QTableWidget update problem
  74. QAudioInput example strange behavior
  75. how to set a child label transparent
  76. How to hange color for different texts in plaintextedit?
  77. Why does the QTextCursor.insertImage exist when it's not possible to get the image
  78. Displaying website/HTML pages having flash contents properly
  79. Get the iDispatch interface of an ActiveX control
  80. QtBrowserPlugin without QtGui.dll?
  81. Convertion from QString to unsigned char *
  82. orancle C++ on QT
  83. Qt::FramelessWindowHint + qgraphicsview + qgraphicwidget + showminimized problem
  84. Receiving slots in QThread's context ?
  85. Personalize QSqlTableModel
  86. Implement a secure FTP client using Qt
  87. Parse RSS into html and display it in QWebView.
  88. Removing pressed effect from a QPushButton
  89. Serialization of QTextEdit
  90. Replace widget on tab
  91. Problem updating a layout
  92. QEasingCurve how to get progress for value?
  93. QSqlQuery not working
  94. Raise program from tray when clipboard intercept.
  95. Break system shutdown when in my program I want minimize instead close.
  96. Signals not going through to custom class.
  97. error in Python script
  98. QSettings and colons in group name
  99. Problem in getting data using QFileSystemModel
  100. how can i debug two applications (one using the other) simultaneosuly in qt creator?
  101. change the text colour in Menubar
  102. App crashes when moving a DockWidget outside MainWindow
  103. App crashes when moving a DockWidget outside MainWindow
  104. Cron or Quartz-like event scheduling?
  105. QTableView Edit Focus
  106. Evaluating Qt for Multitouch Application
  107. time displayer not working in media player
  108. How to correctly subclass classes that use implicit sharing
  109. QTPLUGIN += qjpeg doesnt let me compile
  110. problem with focusEvent
  111. Finding frame size of the video file
  112. Query regarding QICon and QPushButton
  113. QPushButton mouse pointer event
  114. how to get the text from QTextEdit
  115. QTableWidgetItem setData crashes everytime.
  116. qt problem with tr() in static member of a class
  117. How to use both mysql embedded and server plugin in one application?
  118. How to rotate a QMainWindow
  119. updating tslib calibration at runtime
  120. OpenCV with MacOS 10.6 Example?
  121. QComboBox relational sql table
  122. Coding a model for nested data
  123. How to change QLabel value after Pushbutton pressed?
  124. QtCreator and old builds - why does it stay stuck with old config?
  125. has anyone gotten a subclassed item view model to work with a custom sort and filter?
  126. How to simulate QTouchEvent using mouse
  127. Qt thread problem
  128. How to use QFileDialog to list files but not directories ?
  129. Database drivers provided with Qt Open Source Edition
  130. How to get video frame size
  131. vitrual slot troubles
  132. dbus.cpp:(.text+0x8):undefined reference to 'dbus_shutdown'
  133. How to stop form feed after printing
  134. Boss-key?
  135. How to make QtreeWidget's custom check, uncheck and Scrollbar
  136. member function to read data from a combobox
  137. QStringList problem :/
  138. show messagebox
  139. Issue with QFTP sending commandFinished signal before command is finished
  140. receiving XButtonEvent but not QMouseEvent
  141. Way to know deployable QT app size (overall size)
  142. Item width in QListView
  143. Link errors: undefined reference to `_Unwind_Resume' and '__gxx_personality_v0'
  144. How to show a QDialog ( Designed ) ?
  145. Win7 MInGW QT MySQL program says “cannot find -lqsqlmysqld”; where is the missing lib
  146. Wish to have a QMdiSubWindow window larger than the QMdiArea
  147. QBoundMethod
  148. Edit every thing of a QStringList separately.
  149. Why I cannot open an application that a friend had give to me?
  150. Help about a problem on the tray...
  151. QGLWidget and GL Frame Buffer Object
  152. Semi-Transparent Widgets over OpenGL rendering
  153. Phonon error Disconnected: OK on Ubuntu 9.10
  154. QSqlDatabase and execution query time: increases each time!
  155. QByteArray Problem
  156. Hide QSlider groove
  157. Customizing QTreeWidget and QTreeWidgetItem
  158. Flash Player 10.1 QTWebkit Text Entry Problem Mac
  159. How do I prevent the user from resizing the application window?
  160. How to set a background image on QTextedit html element?
  161. How to make a file browser like explorer?
  162. Extracting links from a web page.
  163. QSystemTrayIcon clicked event
  164. a premade code editor?
  165. can not paint picture in a widget which inside a qsrcollarea
  166. [QT] MenuBar
  167. Access Violation with VS2008
  168. display custom widget in a TableView
  169. Qt3To4 port: replacement of QLabel::drawContents method
  170. Nested folders in Qt Creator
  171. Plugin and shared class between plugin and application
  172. how to insert one widget between another two widgets ina a list of widgets)
  173. Problem #include <meschach/matrix.h> in Qt4/C++
  174. Dock widget to screen
  175. Garmin Mobile XT SDK for Symbian
  176. Problem with winEvent
  177. "Host not found" using QtSoap
  178. local html file and QDesktopServices::openUrl
  179. QNetworkAccessManager proxy sttings
  180. EXC_BAD_ACCESS error when widget is displayed
  181. Suppress window system menu
  182. Drag & Drop and Context Menu problem QGraphicsScene
  183. how to transfer javascript string array to qt with qtwebkit
  184. How to use Combobox to show a Ballon?
  185. Phonon on windows XP cant load DS backend which definitely exists
  186. how to enable an app to be executed in GUI mode and console mode
  187. QModelIndex : Selection of items with expandable items in QTreeView
  188. Drag and Drop General Question
  189. qtthread to speed up the algorithm
  190. Printing Problem
  191. QTcpSocket with QTextStream
  192. About using dbus on arm Platform
  193. How to shutdown Linux machine from QT Program?
  194. how to close input method in the QLineEdit's Password mode
  195. replacing signals and slots with callback functions
  196. disabeling unused parameter warnings
  197. passing 'const QList<Element>' as 'this' argument of 'QList<T>& QList<T>::operator<<(
  198. executing another program(.exe) from the main program(.exe)
  199. Image Quality when printing to PDF
  200. QTreeView edit() not working.
  201. Drawing over an image displayed on a QLabel
  202. Interaction with a widget that is rendered to display data in a model
  203. QProgressDialog updating with QtConcurrent::run() and QFutureWatcher
  204. Drag/Drop on middle mouse button?
  205. Building QT Programs for Mac OS X 10.5
  206. Load image to pixmap from internet
  207. Get mouse position on click?
  208. Qt 4.6.3 QByteArray reserve does't influence resize behavior
  209. Set the last column of a treeview to minimal size
  210. How to press a button and change the text of a label,button or tab?
  211. QTextEdit Drag and Drop
  212. Problem applying QGraphicsBlurEffect to a QGraphicsPixmapItem
  213. Emit signal from const function
  214. 4.5.2 =>4.6.3 OpenGL shaders+qrphicsview issue
  215. connect, disconnect and reconnect problem
  216. WMV Playback using Phonon::VideoWidget and Flip4Mac fails in 32-Bit builds
  217. problems with qgraphicsview and qgraphicsitem
  218. Annoying problem with Qt 4.6.3 on Ubuntu 10.04
  219. Question about atomic operation and Qt's data sharing.
  220. QT-Database classes and UTF8 charsets in mysql
  221. SQLite plugin - Dump entire table to a label similar.
  222. Problem with mouse press on QGraphicsView.
  223. How can i create a TV Live Streaming Player?
  224. Adding widgets without using any layout. Is it possible?
  225. Qt application crashing - Heap errors?
  226. Snapshot of HTML page with flash contents
  227. Weird behavior of QGraphicsItem mapFromScene
  228. How to draw semi-transparent text.
  229. Scale Image centered
  230. How to set Qt WebKit max proxy connections?
  231. Qt line number in text editor
  232. Max and Min Values for qint64
  233. QTableWidget custom sort
  234. dbus on 4.7.0-beta2
  235. How can i add a ProgressIndicator to my programm?
  236. Darken Widgets Behind a Dialog
  237. Mapping menu actions to handlers
  238. QtSoap with asynchronous web service
  239. Handling mouse events in Qt WebKit
  240. QEvent memory management
  241. How to create line edit or text edit box similar to "Setting IP address in Windows"
  242. Draw background of custom widget
  243. QProcess and Interaction Between 2 QT Apps
  244. How to code an App that will build QT projects
  245. Add tab (QtabWidget defined in UI file)
  246. QIcons, sharing system resources on Windows
  247. Generic USB Device communication
  248. QTextEdit memory leak : is this a bug?
  249. QSlider: direct jump
  250. Help about sleep on C++ ...