Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecss
titleQSplitter Handle Style
collapsetrue
QSplitter::handle {
     background-color: qradialgradient(spread:pad, cx:0.5, cy:0.5,
 									   radius:0.5, fx:0.5, fy:0.5,
 									   stop:0 rgba(121, 121, 121, 255),
 									   stop:0.3 rgba(121, 121, 121, 255),
 									   stop:0.301 rgba(255, 255, 255, 255),
 									   stop:1 rgba(255, 255, 255, 100));
}

Now It's Time to Test Your Skills

General Rules

  1. You are not allowed to be stuck for more than an hour.  If you find yourself meeting this condition, stop and discuss with your mentor.
  2. The spirit of this module is to learn the basics of EPICS and record linking/processing, so follow the guidelines and challenges carefully.

Project 1: PyDM Tutorial