用于创建全屏 Web 应用程序的 GUI
桌面 GUI 构建器工具,例如 Qt Designer 和 Glade 让我可以轻松设计一个可调整大小的界面,其中包含菜单、快捷方式、选项卡顺序、状态栏等
是否有等效的网络工具?
我并不是在构建一个典型的网络界面(您可以向下滚动以查看所有内容),而是构建一个顶部菜单、底部状态栏的全屏界面。
这是一个(很棒的)示例全屏 Web 应用程序: http://desktop.sonspring.com/
Desktop GUI builder tools such as Qt Designer and Glade let me easily design a resizable interface with menus, shortcuts, tab order, status bar, etc
Is there an equivalent tool for the web?
I am not after building a typical web interface where you scroll down to view all the content, but a fullscreen interface with menus at the top and status bar at bottom.
Here is an (awesome) example fullscreen web app: http://desktop.sonspring.com/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Flash 平台可能会为您提供更熟悉的开发环境。 Flex 框架 提供了一个用于开发复杂应用程序的完整框架和Flex Builder(构建在 Eclipse 之上)为 UI“设计者”提供了使用拖放功能构建应用程序的大部分内容的功能。放弃哲学。
The Flash Platform would probably give you a more familiar environment to develop for. The Flex framework provides a complete framework for developing sophisticated applications and Flex Builder (built on top of Eclipse) gives a UI 'designer' to build large parts of your app using the drag & drop philosophy.
对于您所描述的接口类型, ExtJS 是一个非常好的库。虽然目前还没有 GUI 界面设计器,但据报道正在酝酿之中。
虽然小部件库可以在 GPL3 下使用(这引起了一些争议),但它也可以通过商业许可证使用。界面构建器需要花费一些钱。
查看演示,有一个桌面示例与您在问题中引用的示例非常相似。
For the kind of interfaces you're describing, ExtJS is quite a nice library. While there is not a GUI interface designer yet, there is reportedly one in the pipeline.
While the widget library is available under GPL3 (which caused some controversy), it's also available via commercial licenses. The interface builder will cost some kind of money.
Check out the demos, there is a desktop sample very similar to the one you referenced in your question.