NSLevelIndicator - 可可

发布于 2024-08-06 08:44:42 字数 62 浏览 9 评论 0原文

我如何才能使用 NSLevelIndicator?我对此很陌生,所以我不太了解如何在我的应用程序中使用进度条。

How would I be able to use a NSLevelIndicator? I am very new to this so, I don't know much on how to use a progress bar for my application.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

顾北清歌寒 2024-08-13 08:44:42

您不会将 NSLevelIndicator 用于进度条。请查看 NSProgressIndicator。它同时具有进度条和“旋转器”控件。例如,NSLevelIndicator 用于显示磁盘已满,或者无线鼠标的电池剩余电量。

You wouldn't use NSLevelIndicator for a progress bar. Check out NSProgressIndicator instead. It does both progress bars and "spinner" controls. NSLevelIndicator is used, for example, to show how full a disk is, or how much battery life is left in your wireless mouse.

烂人 2024-08-13 08:44:42

你没有解释你的经验水平。假设您已经在 Interface Builder 中创建了一个窗口,将 NSLevelIndicator 拖到该窗口上,在应用程序中为其创建一个出口,并根据需要设置其值。如果您不明白其中任何内容,请按照 Apple 的标准初学者教程并从那里开始。

You don't explain your level of experience. Assuming you have a window already created in Interface Builder, drag an NSLevelIndicator onto the window, create an outlet to it in your application, and set its value as needed. If you don't understand any of that, follow Apple's standard beginners' tutorial and start from there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文