QSS,QSS Style recipes,Tips

Thumbnail of post image 045

今回はQComboboxのオシャレなデザインサンプルを4種類紹介します。QSSコードとClassをコピペすればそのまま使うことができます。 ...

Tips,PySide,PySide2

Thumbnail of post image 196

ここ最近mayaがpython2からpython3についに移行ということで何かといろいろな情報が飛び交っているかと思いますがQProper ...

QSS,Tips,StyleSheet

Thumbnail of post image 199

QSSとはQt Style Sheetsの略で基本的にQtスタイルシートの用語と構文規則は、HTMLのCSSとほぼ同じです
CSS ...

Tips,PySide,PySide2

Thumbnail of post image 110

今回は、画像を使わず、QLabelを使用してカラーインディケーターっぽいものを作ってみたのでそれを紹介します
状態遷移を

Tips,PySide,PySide2

Thumbnail of post image 186

QLineEditで入力するものを制限したいことはありませんか?そういう時はinputMaskを利用することができます

Tips,PySide,PySide2

Thumbnail of post image 012

こちらはMaya Advent Calendar 2018 12月20日の記事です。

時々QLineEditなどを使用する際に ...

Python,数学

Thumbnail of post image 067

皆さん、三平方の定理って覚えていますか?
名前をなんとなく憶えているけどーなんだっけ?
という風に正直、自分はもうほとんど ...

Tips,Python,Maya

Thumbnail of post image 198

Mel to Py Converter SerpensをGumroadで公開しました
gumroadで$2から購入できます(気が向 ...

Tips,PySide,PySide2

Thumbnail of post image 064

PySideで開発する際QtDesignerを使う方も多くおられるかと思います

QtDesignerで.uiを作り、コマンドプ ...

QSS,Tips,StyleSheet

Thumbnail of post image 167

こんにちはMayaPython Advent Calendar 2017の15日目の記事です
全記事一覧です

【May ...

QSS,StyleSheet,PySide

Thumbnail of post image 035

こんにちはMayaPython Advent Calendar 2017の7日目の記事です
全記事一覧です

【Maya ...

QSS,StyleSheet,Tips

Thumbnail of post image 037

こんにちは
MayaPython Advent Calendar 2017の2日目の記事です。
全記事一覧です ...

QSS,Tips,StyleSheet

Thumbnail of post image 022

ある程度PySideに慣れてくるとちょっとアクセントとしてカラーを入れたり
ということをしていくと思います。
単色は簡単に ...

Tips,PySide,PySide2

Thumbnail of post image 081

Qtにはデフォルトで組み込まれているイベント処理がいくつかあります。
今回はそのイベント処理をとにかく入れたコードを作りました。 ...

PySide,PySide2,Python

Thumbnail of post image 003

MayaQWidgetBaseMixinを使用するとsetWindowFlagsが全く反映されないという問題があるみたいで調べて

Tips,Python,mel

Thumbnail of post image 176

pymelを見ていたら少し面白いものを見つけたので紹介
py2melProcというものです。
簡単に紹介するとPython ...