Sha256: bb5490d27f0d8f1807b2e9389ad0fc93530d31952ff5cb2f4c4dfc13c9d9d98b

Contents?: true

Size: 735 Bytes

Versions: 12

Compression:

Stored size: 735 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/label_widget'

module Cosmos
  # Creates a centered label with the specified font
  class TitleWidget < LabelWidget
    def initialize(parent_layout, text, font_name = "Helvetica", point_size = 14, bold = "BOLD", italic = false)
      super(parent_layout, text, font_name, point_size, bold, italic)
      setAlignment(Qt::AlignCenter)
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cosmos-4.5.2-java lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.5.2 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.5.1-java lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.5.1 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.5.0-java lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.5.0 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.4.2-java lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.4.2 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.4.1-java lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.4.1 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.4.0-java lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb
cosmos-4.4.0 lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb