Difference between revisions of "Sigrok-qt"

From sigrok
Jump to navigation Jump to search
(No longer maintained, use PulseView.)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
In addition to the sigrok-cli command-line tool, you can also use '''sigrok-gui''', an intuitive, cross-platform GUI application for acquiring, visualizing, and analyzing/decoding logic analyzer signals.
#REDIRECT [[PulseView]]
 
The GUI application provides lots of convenient and useful features.
 
== Cross-platform support with native Look'n'Feel ==
 
Runs on [[Linux]], [[Windows]], [[Mac OS X]] and any of the many other platforms supported by Qt 4. The GUI also works on various architectures, including x86, ARM, PowerPC, SPARC, and many more.
 
The UI looks and feels "native" on the respective operating system.
 
<gallery>
File:Sigrok linux.png|<small>sigrok-gui on [[Linux]].<small>
File:Sigrok macosx.png|<small>sigrok-gui on [[Mac OS X]].<small>
File:Sigrok windows.png|<small>sigrok-gui on [[Windows]].<small>
 
</gallery>
 
== Getting samples ==
 
== Visualization ==
 
== Dockable channel windows ==
 
Every logic analyzer channel/probe has its own '''dockable window''' where the signal waveform and any required metadata is being displayed. These dock-windows have various nice properties:
 
* '''Movable'''. The dock-windows can be '''re-arranged and re-ordered''' into any desired order. For example, you might want to display the SCK, MISO, MOSI, CS lines of an SPI capture in four consecutive channel windows (and not dispersed in channels 1, 4, 5, and 7 for instance) for better readability.
* '''Floatable'''. You can also '''float''' any of the dock-windows at any time, i.e. draw them "out" of the main application window and place them anywhere on your desktop space. This is nice, for instance for placing the SCL and SDA channel windows right over your webbrowser window where you have the I2C Wikipedia page open, to check if your I2C protocol looks OK.
* '''Closable'''. Of course, any of the dock-windows can also be closed at any time (e.g. if you currently only want to see the RX and TX lines of some UART you're analyzing, but you don't care about the other 6 signals of your 8-channel logic analyzer). You can re-open the closed dock-windows again at any time by right-clicking on the titlebar of any of the still-open dock-windows.
* '''Horizontal and vertical titlebar'''. Whether the dock-windows have a horizontal title-bar or a vertical one is configurable (at runtime). The latter is nice if you want to compare two signals / channels, as the titlebar doesn't get in the way.
 
== Navigation ==
 
* Scrollbars and/or scroll-wheel for zooming and scrolling.
 
== Decoders ==
 
== Translations ==
 
The GUI interface can easily be translated into different languages. So far there is support for English and German, more will follow.
 
 
__NOTOC__

Latest revision as of 21:22, 6 July 2017

Redirect to: