Table of Contents
回复内容:
Home Backend Development Python Tutorial 有哪些颜值高的 PyQt/Qt 应用?

有哪些颜值高的 PyQt/Qt 应用?

Jun 06, 2016 pm 04:21 PM
pyqt qt

最近在学习 PyQt,因为不大懂设计,想找一些颜值高的应用借鉴一下别人的想法,最好是小而美并且开源的,PyQt/Qt/Qml 都可以,蟹蟹~

回复内容:

这是我大一时候写的音乐播放器
有哪些颜值高的 PyQt/Qt 应用?

有哪些颜值高的 PyQt/Qt 应用?

这是大二写的社交软件(当然服务端没花心思搞界面):
有哪些颜值高的 PyQt/Qt 应用? 有哪些颜值高的 PyQt/Qt 应用? 有哪些颜值高的 PyQt/Qt 应用?

用的都是C++/Qt5
播放器大概3k行
社交软件有1w+行

所以,想要界面漂亮,找个靠谱的设计师队友很重要。

--------------------2016--2--5--update-------------------------
播放器已经开源,欢迎star和fork:
github.com/FreedomZZQ/I 先不要脸的推荐一下我自己写的几个PyQt玩意儿
1.模仿Mac虾米的客户端,还没有写完,PyQt4,Python2
GitHub - harry159821/XiamiForLinuxProject: Xiami For Linux Project
有哪些颜值高的 PyQt/Qt 应用?
有哪些颜值高的 PyQt/Qt 应用?后面两个布局就没这个强度了
2.给Drrr的简单客户端,PyQt5, Python2
GitHub - harry159821/DrrrClient: DrrrClient For PC
B站展示视频 无头骑士Drrr网页电脑版客户端
网页介绍 Drrr PC Client
有哪些颜值高的 PyQt/Qt 应用? 有哪些颜值高的 PyQt/Qt 应用?其实只是个浏览器,里面都是 网页
3.给一个电表写的显示,PyQt4,Python2
GitHub - harry159821/TDM1001UpMachine: TDM1001UpMachine
有哪些颜值高的 PyQt/Qt 应用?
其他作品
1.网易云音乐 ubuntu 第三方客户端,PyQt5 Python3
GitHub - cosven/FeelUOwn: nothing but the alternate
有哪些颜值高的 PyQt/Qt 应用?2.Windows虾米客户端 Qt4,C++
有哪些颜值高的 PyQt/Qt 应用?

第一次答,有不正请见谅,有再见好项目再更
好的设计确实很重要 Qt自己带的那个Demo就很帅啊 现在真心是觉得,该设计师来做的事还是交给设计师来做。

这个我自己弄的,并且是改了三个版本之后达到这个样子的。
现在要是去看第一个版本的 About 页面估计能丑哭。
有哪些颜值高的 PyQt/Qt 应用?


后来有设计师帮我设计了一般,变成了这样:
有哪些颜值高的 PyQt/Qt 应用?

在程序里面看起来差别真的是非常大。

所以,界面这种东西,完全是拼的设计师。 有哪些颜值高的 PyQt/Qt 应用? qt5 cinematic experience demo

可以在pc, android等qt支持的平台上运行,在mi3上亲测过,效果十分华丽。

还有同作者的其他demo,都有源码。
看完之后我觉得这辈子也写不出这样质感的程序,深深的无力感。

还有个用java写的,spine skeletal animation editor,用于游戏的2d骨骼动画制作程序,也有同感。 有哪些颜值高的 PyQt/Qt 应用?

有哪些颜值高的 PyQt/Qt 应用? 暴雪的战网 battle.net啊!
有哪些颜值高的 PyQt/Qt 应用? KDE ,这一个还不够? wps office,stellarium,google earth,eric python IDE。 Photoshop。。。。
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

The best way to solve Pyqt5 installation error is revealed! The best way to solve Pyqt5 installation error is revealed! Jan 04, 2024 am 10:26 AM

Pyqt5 installation error? Quick solution revealed! PyQt5 is a popular Python GUI development toolkit that many developers like to use to create beautiful graphical user interfaces. However, when installing PyQt5, you sometimes encounter some errors. This article will introduce some common PyQt5 installation errors and provide solutions to help you install PyQt5 smoothly. Error: "Nomodulenamed'PyQt5'" This error is usually caused by the PyQt5 module

Common problems and solutions to pyqt5 installation errors Common problems and solutions to pyqt5 installation errors Jan 19, 2024 am 10:00 AM

With the popularity of Python, PyQt5 has become one of the first choice tools for many people for rapid GUI development. However, installation problems are inevitable. The following are several common problems with PyQt5 installation and their solutions. The error message when installing PyQt5 is that the sip module cannot be found. This problem usually occurs when using pip to install PyQt5. The reason for this error is the lack of dependencies on the sip module, so you need to install the sip module manually first. Enter the following code on the command line: pipinsta

Senior Qt engineers teach you how to package Qt programs in Linux environment and easily solve running problems Senior Qt engineers teach you how to package Qt programs in Linux environment and easily solve running problems Mar 02, 2024 am 10:04 AM

I am a senior Qt technical engineer who has been committed to the development and launch of Qt applications in the Linux environment for many years. Here, I am honored to answer various related questions and look forward to answering your doubts. 1. How to package Qt program in Linux environment? The first task is to ensure that the required Qt development platform and its related dependencies have been set up correctly. Then, create a Makefile by using the qmake command, and execute the program compilation process using the make command. Finally, use the corresponding packaging tool configured in the Linux operating system (such as deb or rpm, etc.) to compress the program into an executable file or generate a complete installation package. Why does the Qt application developed by me not work under some Linux operating systems?

Detailed explanation of the solution to pyqt5 installation error Detailed explanation of the solution to pyqt5 installation error Jan 19, 2024 am 09:37 AM

Detailed solution to pyqt5 installation error, with specific code examples. Introduction: PyQt5 is a powerful and popular Python GUI graphical interface development tool. When installing PyQt5, you often encounter some errors, which brings a lot of trouble to developers. This article will introduce in detail several common PyQt5 installation errors and corresponding solutions, and attach code examples for reference. 1. Installation error: Command "pythonsetup.pyegg_info"faile

Step-by-step guide to quickly solve pyqt5 installation errors Step-by-step guide to quickly solve pyqt5 installation errors Jan 19, 2024 am 09:32 AM

If you are learning Python and want to develop GUI applications, PyQt5 is a very good choice. It is a bound version of the PyQt library under Python, which makes it very convenient to call and develop the Qt graphics library. However, sometimes you may encounter some problems when installing PyQt5. This guide will provide you with some steps to quickly solve installation error problems, and also attach specific code examples. Make sure the Python version is correct PyQt5 is a Python-based library, so first

PyQt5 Installation Guide: Full tutorial from download to configuration! PyQt5 Installation Guide: Full tutorial from download to configuration! Feb 18, 2024 pm 01:04 PM

Detailed explanation of PyQt5 installation steps: from download to configuration in one go! Python is a powerful and widely used programming language. In order to develop graphical interface programs, we can use the PyQt5 library. PyQt5 is a Python binding library for creating GUI applications. It allows us to use the features of the Python language and Qt framework to develop cross-platform graphical interface applications. This article will introduce in detail how to install PyQt5 and the configuration steps, and provide corresponding code examples. Step 1: Download

Python GUI programming: Get started quickly and easily create interactive interfaces Python GUI programming: Get started quickly and easily create interactive interfaces Feb 19, 2024 pm 01:24 PM

A brief introduction to python GUI programming GUI (Graphical User Interface, graphical user interface) is a way that allows users to interact with computers graphically. GUI programming refers to the use of programming languages ​​to create graphical user interfaces. Python is a popular programming language that provides a rich GUI library, making Python GUI programming very simple. Introduction to Python GUI library There are many GUI libraries in Python, the most commonly used of which are: Tkinter: Tkinter is the GUI library that comes with the Python standard library. It is simple and easy to use, but has limited functions. PyQt: PyQt is a cross-platform GUI library with powerful functions.

How to easily solve the problem of pyqt5 installation error How to easily solve the problem of pyqt5 installation error Jan 19, 2024 am 10:57 AM

How to easily solve the problem of pyqt5 installation error requires specific code examples. PyQt5 is one of the most commonly used GUI libraries in the Python programming language. It provides many easy-to-use GUI components that allow developers to create attractive and interactive graphical user interfaces more quickly. However, sometimes when installing PyQt5, there will be some troubles, such as errors and other problems. This article introduces how to easily solve the problem of pyqt5 installation errors and provides specific code examples. 1. Install dependencies in installing Py

See all articles