上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 127 下一页
摘要: 在线安装了, 在线安装下载器链接: Index of /official_releases/online_installers 1.方式一、未安装过QT下载好安装器之后,在安装器(qt-unified-windows-x64-4.6.0-online.exe)的文件夹中空白处,按Shift + 鼠标 阅读全文
posted @ 2024-05-07 21:51 txwtech 阅读(5911) 评论(0) 推荐(0)
摘要: QT creator显示信息: mainwindow.h:10:10: In included file: STL1001: Unexpected compiler version, expected MSVC 19.29 or newer. 不影响编译,可忽略 也可下载安装对应的版本 msvc版本 阅读全文
posted @ 2024-05-07 15:10 txwtech 阅读(303) 评论(0) 推荐(0)
摘要: 问题描述: //tcp_client.cpp:19:23: Static_cast from 'SocketError (QAbstractSocket::*)() const' to 'void (QTcpSocket::*) //(QAbstractSocket::SocketError)' i 阅读全文
posted @ 2024-05-07 14:43 txwtech 阅读(241) 评论(0) 推荐(0)
摘要: qt creator qt6.0报错: D:\Qt6\6.3.0\msvc2019_64\include\QtCore\qglobal.h:123: error: C1189: #error: "Qt requires a C++17 compiler, and a suitable value f 阅读全文
posted @ 2024-05-07 14:25 txwtech 阅读(2503) 评论(0) 推荐(0)
摘要: qt msvc version目录在哪里呢? D:\Qt6\6.3.0\msvc2019_64\mkspecs\common\msvc-version.conf 翻译 搜索 复制 阅读全文
posted @ 2024-05-07 13:51 txwtech 阅读(71) 评论(0) 推荐(0)
摘要: https://mirascreen.com/pages/download-ezcastlite-for-windows 阅读全文
posted @ 2024-05-05 20:34 txwtech 阅读(229) 评论(0) 推荐(0)
摘要: import ark from '@system.ark'; import { View, Text, Button } from '@ui'; @Entry @Component struct MyComponent { @State color: string = '#ff0000'; // 初 阅读全文
posted @ 2024-05-04 14:18 txwtech 阅读(1421) 评论(0) 推荐(0)
摘要: arks_arkui如何代码激活一个控件组件呢? 阅读全文
posted @ 2024-05-04 11:03 txwtech 阅读(24) 评论(1) 推荐(0)
摘要: arkts导入不同目录ts函数的方法 ./当前目录下的ts,点斜杠 ../上级目录下的文件夹目录下的ts,点点斜杠 阅读全文
posted @ 2024-05-02 23:42 txwtech 阅读(127) 评论(0) 推荐(0)
摘要: 在textarea中,如果您更新了值,光标将被移动到末尾。如果要保持光标的位置,可以在更改value属性之前保存它,然后在更改后更新它。 修改前 代码语言:javascript savedPosition = textarea.selectionEnd 修改后 代码语言:javascript tex 阅读全文
posted @ 2024-05-02 23:36 txwtech 阅读(115) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 127 下一页