1#ifndef WAVELENGTH_UTILITIES_H
2#define WAVELENGTH_UTILITIES_H
41 static void UpdateTitleLabelStyle(QLabel *label,
const QColor &text_color,
const QColor &border_color);
Main widget responsible for rendering and animating the dynamic blob.
Definition blob_animation.h:30
A collection of static utility functions used throughout the Wavelength application.
Definition wavelength_utilities.h:14
static void UpdateTitleLabelStyle(QLabel *label, const QColor &text_color, const QColor &border_color)
Applies a specific cyberpunk-themed stylesheet to a QLabel, intended for title elements....
Definition wavelength_utilities.cpp:34
static double NormalizeFrequency(double frequency)
Normalizes a frequency value by formatting it to one decimal place. Converts the double to a string w...
Definition wavelength_utilities.cpp:9
static void CenterLabel(QLabel *label, const BlobAnimation *animation)
Centers a QLabel widget within the bounds of a BlobAnimation widget. Calculates the appropriate geome...
Definition wavelength_utilities.cpp:22