Log in

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. Qt connect without SLOT macro (2 replies)
  2. Not getting keyPressEvent in my class? (4 replies)
  3. QApplication on Debian Server because of pdf generation (0 replies)
  4. Storing String in QTableWidgetItem with proper alignmenet (1 replies)
  5. Problem with customized QTabWidget (2 replies)
  6. [SOLVED] QSignalMapper and QStandardItemModel (5 replies)
  7. Shell script crash launched by QProcess, works launched manually (4 replies)
  8. QTableView selection problem on mouse release on scrollbar - Mac OS only. (1 replies)
  9. QGraphicsScene and QGLWidget issues (VBO) (1 replies)
  10. How to use a third party function library package with source codes in my QT Project? (1 replies)
  11. Tabbed application example (1 replies)
  12. QHeaderView::sectionMoved is returning wrong newVisualIndex when autoscroll is on. (0 replies)
  13. SetWindowIcon on several different platforms (0 replies)
  14. CloseEvent() not calling destructor (4 replies)
  15. setPlainText calling focusOutEvent in QGraphicsSimpleTextItem (0 replies)
  16. Error:The process cannot access the file because it is being used by another process. (1 replies)
  17. Prefixed for life? (2 replies)
  18. Rendering problem with Tulip on OSX (1 replies)
  19. QTableWidget index reading (4 replies)
  20. Need a better way to move or remove images in a Scene. (5 replies)
  21. How to set font size and color for different text on QLabel (5 replies)
  22. Copy a .txt file in a Spinbox (PyQT) (1 replies)
  23. XML, read file, string to enum..... (1 replies)
  24. Trying to render two text strings on alternating lines and determining glyph height. (9 replies)
  25. Converting some element of QByteArray to Integer (5 replies)
  26. Selecting somes cells from a QTableWidget (8 replies)
  27. Qt way of knowing if a instance of my app is already running on my computer (1 replies)
  28. What the additional argument -qws do in the qmake configuration? (1 replies)
  29. Qml (0 replies)
  30. Qt to wt (1 replies)
  31. Equivalent of #define in .pro file (7 replies)
  32. some question about QSplashScreen (0 replies)
  33. Qt app showing wrong font (2 replies)
  34. Shape detection / recognition (1 replies)
  35. Use QUdpSocket as a QIODevice (read, readline, write) (0 replies)
  36. Problem with template with static QMap (2 replies)
  37. Problem with event handling of multiple windows (2 replies)
  38. QtCore4.dll_unloaded exception when usin external Wait function (LabVIEW) (5 replies)
  39. QT with managed code (3 replies)
  40. how to optimize QSqlQuery? (10 replies)
  41. Get name of QAction from Menu when dynamically added (1 replies)
  42. Creating a Windows Menu in QT4 Menubar (1 replies)
  43. Replacement function for setOn QPushButton qt4? (2 replies)
  44. Disappearing content of QMainWindow (7 replies)
  45. Very simple output task (9 replies)
  46. translucent background - no mouse event (4 replies)
  47. template inheritance (1 replies)
  48. Char Followed by a Char is illegal (qglobal.h) (1 replies)
  49. Read TXT file with QFile (4 replies)
  50. QDoubleValidator porting to Linux issue (3 replies)
  51. issue char * hex buffer to QString conversion to print to textEdit Widget (6 replies)
  52. How to interrupt serial port sending? (3 replies)
  53. Seeking Suggestions for Multi-Threaded Application Design (7 replies)
  54. Error handling design advice plz (0 replies)
  55. It crashes when using QWebView to show a website (2 replies)
  56. QGraphicsItem doesn't update (0 replies)
  57. QBoxLayout with QMainWindow vs QWidget (1 replies)
  58. QGraphicsView pan (3 replies)
  59. QGraphicsItem ambiguity in subclass (1 replies)
  60. Difficulties in Making PDF files in Mac PCs (9 replies)
  61. setAcceptsHoverEvents(true) was not declare in this scope (1 replies)
  62. questions about qscrollarea in qsplitter (0 replies)
  63. QImage load() - Not finding updated image (2 replies)
  64. Can't see grahpicsitem (5 replies)
  65. How to Open a New Dialog when a Row is Clicked..? (9 replies)
  66. Not getting focus on a QWindow on the initial show. (5 replies)
  67. Checking that value of ui elements has been changed. (4 replies)
  68. QFileSystemWatcher bug? (4 replies)
  69. Problem with QSslSocket Server app (0 replies)
  70. Window crashed when using USB TV Tuner (2 replies)
  71. When update for background-image on scrollbar ? (0 replies)
  72. Using QGraphicsView with custom QGLWidget (0 replies)
  73. QAbstractItemModel::dropMimeData always passes -1,-1 for row and column for DnD (0 replies)
  74. What is best for concatenating values in QString: arg(...) or +? (7 replies)
  75. No reaction after right clicking on the QTableWidget's headers (7 replies)
  76. Accessing google tools from Qt (23 replies)
  77. I Need Urgent Help With these Projects (2 replies)
  78. QRegularExpressionValidator: am I missing something?! (4 replies)
  79. QListView drawing text including smileys (1 replies)
  80. Insert image (PNG) into MySQL table (longblob) (2 replies)
  81. Execute TabWidget (1 replies)
  82. is QWidget::setAttribute thread-safe? (1 replies)
  83. Qt table cell coloring (2 replies)
  84. QSerialPort - Is it possible to read() and write() on separate threads? (1 replies)
  85. Qt linking with and OpenCV (4 replies)
  86. SnapToGrid on multiple items (0 replies)
  87. Converting a QString to QDate (3 replies)
  88. logo on Qframe (5 replies)
  89. QSqlQueryModel not updating when database changes (1 replies)
  90. Dock Widget Custom Resizing? (2 replies)
  91. QComboBox not emitting signal when it's editable and using a model (0 replies)
  92. QCalenderWidget::paintCell (10 replies)
  93. foreground problem (10 replies)
  94. Collision detection on circle outside of BoundingRect (15 replies)
  95. Math equations , where to look ? (3 replies)
  96. mapFromSource and parent (0 replies)
  97. ASSERT crash when closing application (0 replies)
  98. How can I associate an extension to a Qt application (0 replies)
  99. Dynamic creation of widget with N images (1 replies)
  100. Buy Qt License? (5 replies)
  101. QGraphicsPixmapItem and QGraphicsView::itemAt() issue (1 replies)
  102. warning in QDataStream template (6 replies)
  103. dateEdit and timeEdit (0 replies)
  104. drop event becomes invalid (7 replies)
  105. Problem with qlineedit (1 replies)
  106. HideSelection = False analogue in QTableView and etc (1 replies)
  107. Text Edit Problem (0 replies)
  108. When should QTreeWidget::dropMimeData be called? (1 replies)
  109. select estimate comboBox,date et time (4 replies)
  110. QDBusInterface is blocking dbus (2 replies)
  111. Please help with codec in QSettings (3 replies)
  112. Gantt charts (1 replies)
  113. Is it possible to catch app crash in a widget? (1 replies)
  114. how to add virtualkeypad to every window at bottom of window (2 replies)
  115. question about sqldrivers (3 replies)
  116. auto new line in QLineEdit (1 replies)
  117. Insert QPixmap in QTextDocument (4 replies)
  118. Problem passing QVector containing QPointF through signal-slot (9 replies)
  119. Displaying information in various windows (1 replies)
  120. QTransform rotation and scale issue (1 replies)
  121. How to drag & drop rows in QTableView by using QHeaderView (0 replies)
  122. QXmlStreamWriter always saves my doc in UTF-16 (3 replies)
  123. QSound Memory leak (6 replies)
  124. Led QT (2 replies)
  125. Grid in QGraphicsScene to fit in QGraphicsView while expanding (4 replies)
  126. qtglvideosink color convertion (1 replies)
  127. Dockable window alignment (3 replies)
  128. Reimpementing mapFromSource and mapToSource of QidentityProxyModel (3 replies)
  129. Stippled Pattern when Painting with mouse/tablet (2 replies)
  130. How to use QOpenGLFunctions_2_1 properly (10 replies)
  131. Build a release version of QT app with the static libraries of QT (3 replies)
  132. How to set alignment of widget has been added into QTreewiget? (2 replies)
  133. Best way to make 2 different programs from the same code (2 replies)
  134. A worker thread with OpenGL support, am I doing it right? (3 replies)
  135. QMidiSubwindow, addSubwindow using QsharedPointer (1 replies)
  136. QComboBox and style sheets (0 replies)
  137. App hangs on Starting a Thread (1 replies)
  138. Linux, disable alt+left mouse press drag (0 replies)
  139. [duplicate] Qt stock items ? (6 replies)
  140. Setting font for window/dialog title (0 replies)
  141. Make widgets float inside of qapplication main window (1 replies)
  142. single Qt model/view different trees (4 replies)
  143. if(event->type() == QEvent::KeyRelease) gives error (2 replies)
  144. QDomDocument.setContent -> .toString Double quotes change to single quotes (7 replies)
  145. Why event functions in most cases are Protected and Virtual? (8 replies)
  146. QLineEdit can't update inside QStackedWidget (13 replies)
  147. QPixmap not getting resized with scaled() (1 replies)
  148. Swapping 2D Vector Pointer Axis (3 replies)
  149. Button Like http://www.ndtv.com (4 replies)
  150. Read all files in directory (2 replies)
  151. QTSettings with ini file format ignores first section unless preceded by comment (1 replies)
  152. system gets struced when add 1000+ QPixmap items to scene (6 replies)
  153. Avoid QMetaObject::connectSlotsByName warning (1 replies)
  154. Least required shared libs for application that uses only QPixmap or QImage (1 replies)
  155. QTWebkit: problem in flashplayer plugin (2 replies)
  156. Disable wheel event for a QComboBox inside a QListWidgetItem (4 replies)
  157. QLineEdit cursor not vissible or blocked (14 replies)
  158. Questions about QAudioOutput, QIODevice. Play wav file (3 replies)
  159. qobject_cast (1 replies)
  160. QtWidget - Multi Monitor - Single Desktop - X_CopyArea Bug under Ubuntu (0 replies)
  161. JS not executes in QTWebkit (3 replies)
  162. Decrypting DES string in Qt using OpenSSL (4 replies)
  163. Question about ftp using Qt (11 replies)
  164. a set of images slide show on a single QLabel (9 replies)
  165. problem creating a qjson0.lib (10 replies)
  166. A problem with QJson (2 replies)
  167. QFileSystemWatcher: doesn't recognize file content modifications in successive instan (1 replies)
  168. Multi-column Q3ListView and horizontal scrolling (1 replies)
  169. QtSerialPort: waitForReadyRead fixed ? (1 replies)
  170. Unicode Collation Sorting using QCollator in Qt 5.2 (1 replies)
  171. How to make a “loading…” window appear only once when a specific file is found infin (4 replies)
  172. QLocalServer incomingConnection method never calls, but newConnection signal sent (1 replies)
  173. How to use property name in every class (2 replies)
  174. slot "return" close my GUI app (9 replies)
  175. MinGWing Qt Source (5 replies)
  176. QItemSelection::select on a Tree model (1 replies)
  177. Remove a QGraphicsItem from a QList and find out the index of the item in the list (2 replies)
  178. Drag and drop in QTreeView with custom QAbstractItem based model (1 replies)
  179. Paging when Printing from QWebView into QPrinter (2 replies)
  180. QGLWidget flickering on geometry transitions (1 replies)
  181. How QTreeWidget 4.8.5 different from 5.2.1? (2 replies)
  182. QTreeView editor always visible (1 replies)
  183. Qt 5.3 VS 2013 (1 replies)
  184. QWebView printing finished signal (3 replies)
  185. Ubuntu 13.10 - cant make ComboBox with checkable items (1 replies)
  186. 'QMessageBox::critical' : none of the 4 overloads could convert all the argument type (6 replies)
  187. How to get the exact location from a click on the qgraphicsscene (1 replies)
  188. QScrollBar background image (1 replies)
  189. how to save an edited image from qgraphicsview completely in QT (1 replies)
  190. QSqlField real type name (2 replies)
  191. Quotes matching (2 replies)
  192. Window / panel swipe animation (1 replies)
  193. Autoscaling widget font on resize (0 replies)
  194. what's the relationship between QOCI and OCI ? (6 replies)
  195. Issues with development of DLL library using Qt/Qt Creator (3 replies)
  196. QCalendarWidget show details on Mouse hovering onto that date... (1 replies)
  197. Qpainter foreground (8 replies)
  198. CTreeView traversal (1 replies)
  199. Undocking Problem a Bug? (7 replies)
  200. PaintEvent - interupt paint (5 replies)
  201. Post some data onto the local server by QNetworkAccessManager(Qt5) (2 replies)
  202. QGLWidget won't display GL calls (0 replies)
  203. Can not copy the file to another folder by qmake (0 replies)
  204. SizeHint of a horizontal header with vertical text (1 replies)
  205. mainWindow.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""public: virtual s (6 replies)
  206. QFrame with QDockWidget using custom titlebar (0 replies)
  207. Where are the Qt5AxYYYYYYd.pdb files? (0 replies)
  208. qdbusxml2cpp unkown type must add annotation (1 replies)
  209. Font Alignment issues on MacOSX 10.8.5 (0 replies)
  210. Combining two Dialog Windows (1 replies)
  211. toggle visibility of QList<QTreeWidgetItem*> (4 replies)
  212. read and store ini files sections (1 replies)
  213. QTreeView CheckBox (2 replies)
  214. What should be faster: csv, json or xml? (3 replies)
  215. Strange error with QGLFunctions (4 replies)
  216. invoking a QmainWindow from a win32 api (0 replies)
  217. Detect Session Lock (2 replies)
  218. Rappresentation of data on diagram (4 replies)
  219. how about efficiency with "select * from table where id in (17,100,200..)" condition (3 replies)
  220. File Association Icon (1 replies)
  221. SQL select and use (1 replies)
  222. inputpanel on LineEdit issue (0 replies)
  223. QSS Problem with tabbed QDockWidgets (0 replies)
  224. How to insert a picture in the merged cell(2 lines) of QTablewidget? (1 replies)
  225. Best way to implement the MyModel::mimeData() method without causing a memory leak? (3 replies)
  226. How to retrive data saved using Setdata? (5 replies)
  227. QDockWidget context menu Maximize/Minimize (0 replies)
  228. QPushButton image doesn't show transparency (3 replies)
  229. QCombobox QStyle question (3 replies)
  230. Can not set Qt version in VS 2013 Add-In for all platforms (1 replies)
  231. How to perform action on clicking a QMenu object only? (1 replies)
  232. Pointer to 2D Vector (7 replies)
  233. Validation of correct database connection (2 replies)
  234. Cusomize QFileDialog: add new column to the file view of the QFileDialog (7 replies)
  235. Trapping key press events in the QFileDialog file name line edit (1 replies)
  236. QTableView drag-n-drop to change order, an empty row remains (1 replies)
  237. No icon with QStyleOptionButton (1 replies)
  238. Problem when adding a column to a QAbstractProxyModel. (1 replies)
  239. Dbf (0 replies)
  240. currentMSecsSinceEpoch using specific DateTime (1 replies)
  241. Qt and SOIL library (2 replies)
  242. Vertex Buffer Object -> Segmentation Fault (1 replies)
  243. QAxWidget Programming: pass by reference (6 replies)
  244. signal-slot issue, how to create a signal when a Qlist is updated (6 replies)
  245. Grey out background windows while editing a dialog. (5 replies)
  246. Compile QFtp in QT5.2.1 use vs2012 (0 replies)
  247. [QTableView] change data position if table resizes (1 replies)
  248. How to use QSignalMapper for a list of QAction items (3 replies)
  249. passing data between parent and child widget (1 replies)
  250. TapAndHold gesture wrongly generated (1 replies)