c++ - 有没有适合外行学习的简单 GUI 制作教程?
PHP中文网
PHP中文网 2017-04-17 11:16:10
0
3
706

是一个非程序员的外行,而且制作的最终不是给程序员或者作为产品,而是自己使用。特别是自己设置一些小脚本加上一个简单的 GUI。

Photoshop 等的软件会提供一些 CMD 脚本,Mac OS X 也有 AppleScript 这些简单的非程序员都会用的小脚本,但是做好之后用起来不方便,想加上个简单的 GUI 界面,但是网上也找不到通俗一点的小教程。

单纯的做个简单 GUI 绑上脚本这种事情是不需要太多编程相关的知识,只需看懂点 C 就行了,就是不明白为什么没有人写这样的小教程。

用 VS 直接调用 windows 的 API,还有 Xcode 制作一个 GUI 这样的教程。 希望是通俗易懂的,不是用程序员思维满是「专业术语」的。

PHP中文网
PHP中文网

认证0级讲师

reply all(3)
Ty80

If I understand correctly, the questioner wants to: convert an existing script into an executable Mac GUI program, right?

Assuming that's what I think, then on Mac I recommend using the program platypus. Even if you are not familiar with the command line interface, you don't need to know the Mac OS

Supports: shell scripts, Perl, Python, PHP, Ruby, Expect, Tcl, AppleScript or any other user-specified interpreter.

巴扎黑
  • Kaptain (Linux/Unix): http://kaptain.sourceforge.net
  • Gooey (Windows): https://github.com/chriskiehl/Gooey
  • Pashua (Mac): http://www.bluem.net/en/mac/pashua/
Peter_Zhu

Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS & JavaScript like language. Qt Creator is the supporting Qt IDE.
http://qt-project.org/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template