Searched refs:statusLabel (Results 1 – 8 of 8) sorted by relevance
56 public Label statusLabel; field in Launcher.LauncherFrame93 statusLabel = new Label(""); in init()94 statusLabel.setAlignment(Label.LEFT); in init()104 add(BorderLayout.SOUTH,statusLabel); in init()114 statusLabel.setText(status); in showStatus()115 statusLabel.setForeground(Color.BLACK); in showStatus()116 statusLabel.setBackground(Color.WHITE); in showStatus()124 statusLabel.setText(status); in showFailure()125 statusLabel.setBackground(Color.GRAY); in showFailure()126 statusLabel.setForeground(Color.RED); in showFailure()
55 protected Label statusLabel = new Label(); field in Paginator87 statusLabel.setWidth("10em"); in Paginator()88 statusLabel.setHorizontalAlignment(Label.ALIGN_CENTER); in Paginator()93 mainPanel.add(statusLabel); in Paginator()163 statusLabel.setText(displayStart + "-" + getEnd() + in update()
49 _videoCallView.statusLabel.text =78 strongSelf.videoCallView.statusLabel.text =91 _videoCallView.statusLabel.hidden = YES;
36 @property(nonatomic, readonly) UILabel *statusLabel;
32 @synthesize statusLabel = _statusLabel;
227 self.statusLabel.text = @"";326 self.statusLabel.text =351 self.statusLabel.text =359 self.statusLabel.text = @"First laser crossing was not into the beam.";389 self.statusLabel.text = [NSString stringWithFormat:@"%.3f s", averageBestShift];
21 @property (assign, nonatomic) IBOutlet UILabel *statusLabel;
61 <widget class="QLabel" name="statusLabel" >