论坛


2025年7月30日 星期三

Delphi で画像範囲選択UIを作る!ClipRectControl の紹介

vram| qiita.com |08:24:41

Delphi で画像範囲選択UIを作る!ClipRectControl の紹介 画像上に「選択範囲(クリップ矩形)」を直感的に操作できる Delphi 用カスタムコントロール ClipRectControl を紹介します。 ?? なにができるの? ClipRectCon...

Lazarus 使用QT5的深色style完整代码 - 秋·风

秋·风| 博客园 - 秋·风 |02:42:00

【摘要】Lazarus 使用QT5的深色style完整代码,QT5研究暂告一段落。 unit Unit1; {$mode objfpc}{$H+} {$macro on} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs <a href="https://www.cnblogs.com/qiufeng2014/p/19012430" target="_b...

2025年7月29日 星期二

lazarus获取QT5所有Style及设置指定style - 秋·风

秋·风| 博客园 - 秋·风 |20:45:00

【摘要】lazarus获取QT5当前所有可用的Style及设置指定style,直接上代码: unit Unit1; {$mode objfpc}{$H+} {$macro on} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dia <a href="https://www.cnblogs.com/qiufeng2014/p/19010292" target=...

lazarus自定义QT5样式 - 秋·风

秋·风| 博客园 - 秋·风 |08:28:00

【摘要】最近在测试Qt5样式的使用方法。用QApplication_setStyleSheet设置想要的样式(我也只会简单的) procedure TForm1.Button2Click(Sender: TObject); var s:PWideString; begin new(s); s^:='QPus <a href="https://www.cnblogs.com/qiufeng2014/p/...

CnWizards_1.6.1.1268_Unstable.exe

Cnpack| Cnpack.org |05:00:00

* [代码格式化] 修正一处 @ 后的匿名函数处理错误的问题。

2025年7月27日 星期日

编译Qt5Pas1.dll - 秋·风

秋·风| 博客园 - 秋·风 |01:06:00

【摘要】以下使用mingw64进行在windows编译Qt5Pas方法1、安装mingw64,如果mingw64还没安装qmake,请按以下安装 pacman -S mingw-w64-x86_64-qt5 按默认安装就可以。2、拷贝lazarus\lcl\interfaces\qt5\cbindings目 <a href="https://www.cnblogs.com/qiufeng2014...

lazarus for windows使用QT5要注意的事项 - 秋·风

秋·风| 博客园 - 秋·风 |00:41:00

【摘要】lazarus要使用QT5:1、编译Qt5Pas1.dll,编译方法见:编译Qt5pas1.dll - 秋·风 - 博客园2、设置lazarus project的LCLWidgetType为QT5 3、将QT5的关键dll拷贝到应用程序当前目录,以下是经测试验证后的核心文件: libbrotlico <a href="https://w...

2025年7月26日 星期六

How To Read And Write Array Field Types In PostgreSQL and InterBase

Ian Barker| Embarcadero Delphi Blogs |01:31:03

Did you know that InterBase and PostgreSQL both support a field type which is an array of values? It is not always obvious how to read and write to these database array field types. I...

2025年7月25日 星期五

クリップボード拡張アプリ「ガレトン」を作ったので紹介

vram| qiita.com |10:45:56

はじめに クリップボードってかなり昔のWindowsから搭載されていますが未だに使いづらいと思いませんか? 特にAIのプロンプトで作っておいたプロンプトをいちいちコピペするのが面倒になったので代理で操作してくれるアプリを作りました。 その名は ガレトン 機能?..

2025年7月24日 星期四

How To Get Real Help For Free With Code Reviews, Pull Requests, And Git Commits

Ian Barker| Embarcadero Delphi Blogs |16:31:27

In modern software development, even with a powerful modern IDE, if you work in a team, accept commits from contributors, or even merge modules/components from third-party providers, one of the most mind-numbing chores is reviewing...

君たちはまだTTabControlを使っているのか?

vram| qiita.com |11:31:52

はじめに いつもの煽り文句系の投稿です Delphi の標準 TTabControl ではタブの表示が一列のみで、長いタブ名や多数のタブを扱うのが非常に不便です。 例えば以下のような制限があります: タブが1行にしか並ばない(長いタブ名で折り返されず、はみ出す) スク...

cef4delphi for lazarus编译linux/windows2用程序 - 秋·风

秋·风| 博客园 - 秋·风 |06:29:00

【摘要】一、出现的问题用cef4delphi的lazarus any_os demo编译的程序在linux运行会出现以下错误: 二、解决方法以lazarus_Linux_GTK2的SimpleBrowser为例1、将interfacesgtk2.pas保存到project目录interfacesgtk2.p <a href="https://www.cnblogs.com/qiufeng201...

2025年7月23日 星期三

君たちはまだTPersistentを使っているのか?

vram| qiita.com |08:11:01

はじめに TPersistentの不便さ 煽り文句のようなタイトルですが実際にDelphiでTPersistentクラスを継承して使っている人は多いはずです。私はつい最近になってTPersistentクラスを使うことを止めました。TPersistentクラスよりももっと...

找到真正可跨平台使用的CEF4Delphi[126.0.6478.183]lazarus版(loongarch64/aarch64/x86_64) - 秋·风

秋·风| 博客园 - 秋·风 |00:09:00

【摘要】这个版本可以在国产系统使用,其中龙芯版是龙芯公司应lazarus开发者的要求专门编译的。cef_binary_126.2.19+ga5d51ba+chromium-126.0.6478.183_linuxloong64cef4delphi 126.0.6478.183版本控件下载: salvador <a href="https://www.cnblogs.com...

2025年7月22日 星期二

A Powerful Grid System for RAD: Steema TeeGrid (VCL & FMX)

Rizzato Fernando| Embarcadero Delphi Blogs |14:35:03

Intro Grid systems represents an important part of the UI design for database applications – a key application type for RAD Studio users. Aware of that Embarcadero is providing a full version of the powerful...

« 上一页

下一页 »