Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged qt
0
votes
522
views
1
answer
qt - How to create scrollbar in QtQuick 2.0?
I am trying to create a scrollbar in QtQuick 2.0, I found that Scrollbar component is available in QtQuick 1.0 ... Any help? Thanks in advance. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
669
views
1
answer
qt - Why do stylesheets not work when subclassing QWidget and using Q_OBJECT?
Case 1: Create subclass of QWidget with Q_OBJECT and set stylesheet -- no effect. Case 2: Create subclass of QWidget ... work in the case 1? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
882
views
1
answer
qt - How to connect Python and QML with PySide2?
I want to write a simple desktop application on Ubuntu and I thought that an easy way was to use Qt with QML ... QtQuick way of doing things... See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
749
views
1
answer
qt - How do I construct an ISO 8601 datetime in C++?
I'm working with the Azure REST API and they are using this to create the request body for table storage: ... for this, or possibly Qt? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
496
views
1
answer
qt - How to tell QWebPage not to load specific type of resources?
How to tell QWebPage not to load specific type of resources like js, css or png? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
580
views
1
answer
qt - Access C++ function from QML
I'm trying to make a little program with Qt. I have a main.cpp with the following code: #include <QtGui/ ... So what did I do wrong? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
945
views
1
answer
qt - paintEvent in QTableView derived class: Paint device returned engine == 0, type: 1
As a follow up of Qt load indicator by animated image (aka preloader) or alternative? I try to paint inside a ... be the root cause, but why? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
830
views
1
answer
qt - How to drop a custom QStandardItem into a QListView
I am trying to get drag&drop to work between two QListViews using a custom QStandardItem. I can't find the ... drop? Thanks in advance, frank See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
1.3k
views
1
answer
qt - SQLite accent-insensitive search
Is there any way to do an accent-insensitive LIKE query in SQLite? For example, this query: SELECT * FROM ... if it makes any difference. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
915
views
1
answer
qt - How do I apply the style to a TextField in QML? It seems "style" attribute isn't available
I am trying to apply some styles to a new qt 5.7 application I am working on and the following is not working ... here it seems to just work. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
1.2k
views
1
answer
qt - Qt5 - setting background color to QPushButton and QCheckBox
I'm trying to change the background color of a QAbstractButton (either a QPushButton or QCheckBox) in Qt5 and having ... the face of the button. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
704
views
1
answer
qt - QTextEdit and colored bash-like output emulation
I have an escape sequences in a text, like char const * text = "e[1;33m" "some colored text" "e[0m"; ... and how to hide they from the output. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
774
views
1
answer
qt - How to change text alignment in QTabWidget?
I cannot find a way to set the text alignment in a QTabWidget. After I've created an instance of this ... tabSizeHint and it works well :) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
932
views
1
answer
qt - QMake - How to add and use a variable into the .pro file
I have a qmake file generated by Qt creator. I am modifying it but I do not manage to understand how to ... to declare such a variable properly? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
689
views
1
answer
qt - signals and slots in multilayered UI widgets
Let's say we have the follogin UI: +--------------------------+ |W1 +--------------+ ... have W3 itself connect to it using its own slot. Thanks See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
737
views
1
answer
qt - qfiledialog - Filtering Folders?
1)I want to get the name of the folder for a folder monitoring Application.. Is there a way that i can ... folder to prevent showing it up.. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
705
views
1
answer
qt - QListView takes too long to update when given 100k items
I have a problem with reading file, specific is I want to make a small dictionary. In file which I need to read ... faster. What I have to do? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
921
views
1
answer
qt - qmake pre-build step before ANY compilation
There are several questions on SO regarding how to create a pre-build step for qmake, I can do that with this ... being much slower of course). See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
618
views
1
answer
qt - Docker for GUI-based environments?
Problem I have a set of client machines that are a part of an enterprise web application. Each machine runs ... first steps to approach that? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
706
views
1
answer
qt - Automatic rescaling of an application on high-dpi Windows platform?
I'm writing a Qt application that needs to run on high-dpi Windows (192dpi instead of 96dpi). Unfortunately the ... of such apps by Windows? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
1.1k
views
1
answer
qt - How to make a column in QTableWidget read only?
I would like to have one column in QTableWidget NOT editable. In forums I have read a lot about some flags but could not manage to implement. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
800
views
1
answer
qt - How to set application's taskbar icon in Windows 7
How do I set an application's taskbar icon in PyQt4? I have tried setWindowIcon, and it successfully sets the ... ico and png. Nothing helps. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
777
views
1
answer
qt - How to use QMake's subdirs template?
I'm starting to learn Qt. I'm moving from the Visual Studio world and I am looking for a way to ... tutorial other than the official one? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
754
views
1
answer
qt - Why does calling quit() before exec() not quit the application?
Why does this program run normally and display the main window? I would expect it to exit since quit() is called ... qDebug("Hello world!"); } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
808
views
1
answer
qt - Add a define to qmake WITH a value?
How do I add a define with qmake WITH a value: For example, this does not work (as I expected) in my ... way by compilation or include order? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
0
votes
1.3k
views
1
answer
qt - QListView/QListWidget with custom items and custom item widgets
I'm writing a PyQt application and am having some trouble creating a custom list view. I'd like the list ... more than painting a widget. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
qt
Page:
« prev
1
...
4
5
6
7
8
9
10
11
12
13
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] python - Get Schema details from the Multiline Json File
[2] 如何将HDF5中的多个表一次性转换为DolphinDB数据库的分布式表
[3] laravel - Paginating a search query on vuejs
[4] git tag --sort=taggerdate 和gitlab中显示的不一样
[5] 往vector中添加数据时命名可以是变量吗
[6] mysql 有间隔符的字符串查询的问题
[7] rust - Is there a way I can turn video frames from GStreamer to SkImage instances to be used in Skia?
[8] common table expression - Cleaner SQL CTE than the current one
[9] oracle - Transferring files from my Local windows pc to my Linux VM
[10] reactjs - How to solve setState not updating in React?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...