Sha256: 4034e652f0bb6059056c7cbb5312e72561541e84bce0f55e53c7d2e53d4a63e3

Contents?: true

Size: 741 Bytes

Versions: 52

Compression:

Stored size: 741 Bytes

Contents

# encoding: ascii-8bit

# Copyright 2014 Ball Aerospace & Technologies Corp.
# All Rights Reserved.
#
# This program is free software; you can modify and/or redistribute it
# under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found in the LICENSE.txt

require 'cosmos/tools/tlm_viewer/widgets/widget'

module Cosmos

  class TitleWidget < Qt::Label
    include Widget

    def initialize(parent_layout, text)
      super()
      self.text = text.to_s.remove_quotes
      setFont(Cosmos.getFont("helvetica", 14, Qt::Font::Bold))
      setAlignment(Qt::AlignCenter)
      parent_layout.addWidget(self) if parent_layout
    end
  end

end # module Cosmos

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
cosmos-4.0.2 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.0.1-universal-java-1.8 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.0.1 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.0.0-universal-java-1.8 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.0.0 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.9.2 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.9.1 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.8.3 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.8.2 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.8.1 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.8.0 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.7.1 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.7.0 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.6.3 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.6.2 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.6.1 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.6.0 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.5.3 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.5.2 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-3.5.0 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb